src/pylib/pyerrors/oserr/errmap

Search:
Group by:
Source   Edit  

Vars

errnomap {.compileTime.}: Table[cint,
                                proc (): ref PyOSError {.nimcall, noSideEffect.}]
Source   Edit  

Consts

ENOTCAPABLE = -9223372036854775808
Source   Edit  
ESHUTDOWN = 108
Source   Edit  
WSAETIMEDOUT = -9223372036854775808
Source   Edit  

Procs

proc default_oserror(): ref PyOSError {.nimcall, noSideEffect, ...raises: [],
                                        tags: [], forbids: [].}
Source   Edit  

Templates

template decl_c_int(name, includeFile; defval)
Source   Edit