src/pylib/pyerrors/oserr/oserror_decl

Search:
Group by:
Source   Edit  

Types

PyOSError = object of system.OSError
  errno* {.exportc: "myerrno".}: cint
  strerror*, filename*, filename2*: string
  when defined(windows):
    winerror*: cint          ## Windows-specific error code
  characters_written*: int
Python-compatible OSError Source   Edit