Python/sysmodule

Source   Edit  

Procs

proc auditPySysModuleObjectMethod(selfNoCast: PyObject;
                                  args: openArray[PyObject] = @[];
                                  kwargs: PyKwArgType = nil): PyObject {.cdecl,
    ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc displayhookPySysModuleObjectMethod(selfNoCast: PyObject;
                                        args: openArray[PyObject] = @[];
                                        kwargs: PyKwArgType = nil): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect, WriteIOEffect], forbids: [].}
Source   Edit  
proc excepthookPySysModuleObjectMethod(selfNoCast: PyObject;
                                       args: openArray[PyObject] = @[];
                                       kwargs: PyKwArgType = nil): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect, WriteIOEffect], forbids: [].}
Source   Edit  
proc get_int_max_str_digitsPySysModuleObjectMethod(selfNoCast: PyObject;
    args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect], forbids: [].}
Source   Edit  
proc set_int_max_str_digitsPySysModuleObjectMethod(selfNoCast: PyObject;
    args: openArray[PyObject] = @[]; kwargs: PyKwArgType = nil): PyObject {.
    cdecl, ...raises: [], tags: [RootEffect, WriteIOEffect], forbids: [].}
Source   Edit