Imports
-
../Objects/pyobject, ../Objects/stringobject, ../Objects/tupleobject, ../Objects/exceptions, ../Objects/noneobject, ../Objects/typeobject, ../Objects/numobjects/intobject_decl, ../Objects/bltcommon, ../Utils/trans_imp, getargs/va_and_kw, sysmodule/decl, sysmodule/init, sysmodule/audit, sysmodule/hooks, sysmodule/attrs, sysmodule/int_max_str_digits
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
Exports
-
PyDictObject, PyArg_NoKw, PyArg_NoKw, ofPySysModuleObject, name, name=, ofExactPySysModuleObject, PySysModuleObject, pySysModuleObjectType, newPySysModuleSimple, PySys_UpdateConfig, Py_Int_Float_InitTypes, PySys_Create, audit, Py_AuditHookFunction, addaudithook, auditTuple, addaudithook, excepthook, displayhook, displayhook_impl, PySys_GetOptionalAttr, PySys_SetAttrNonNil, PySys_GetAttr, PySys_GetOptionalAttr, sysdict, PySys_GetAttr, PySys_SetIntMaxStrDigits, PySys_GetIntMaxStrDigits