|
@@ -2,6 +2,7 @@ package python.lib.io;
|
|
|
|
|
|
import python.lib.Exceptions.IOError;
|
|
import python.lib.Exceptions.IOError;
|
|
|
|
|
|
|
|
+@:pythonImport("io", "BlockingIOError")
|
|
class BlockingIOError extends IOError {
|
|
class BlockingIOError extends IOError {
|
|
|
|
|
|
var characters_written:Int;
|
|
var characters_written:Int;
|