Procs
proc BlockingIOError(myerrno: cint; strerr: string; filename = 0; winerror: cint = 0; filename2 = ""): ref PyOSError {. ...raises: [], tags: [], forbids: [].}
- Source Edit
proc newBlockingIOError(myerrno: cint; strerr: string; filename = 0; winerror: cint = 0; filename2 = ""): ref PyOSError {. ...raises: [], tags: [], forbids: [].}
- Source Edit
proc newPyOSError(myerrno: cint; strerr: string; filename = ""; winerror: cint = 0; filename2 = ""): ref PyOSError {. ...raises: [], tags: [], forbids: [].}
- Source Edit