python

Contains all relevant definitions from python/Include

When issue 7758 is resolved, we will have this module split into separate files to match python/Include (and all defs will show up in ddoc)

Members

Aliases

C_long
alias C_long = int
Undocumented in source.
C_long
alias C_long = int
Undocumented in source.
C_long
alias C_long = long
Undocumented in source.
C_longlong
alias C_longlong = long
Undocumented in source.
C_ulong
alias C_ulong = uint
Undocumented in source.
C_ulong
alias C_ulong = uint
Undocumented in source.
C_ulong
alias C_ulong = ulong
Undocumented in source.
C_ulonglong
alias C_ulonglong = ulong
Undocumented in source.
Char1
alias Char1 = const(char)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Char1
alias Char1 = char
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Char2
alias Char2 = const(char)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Char2
alias Char2 = char
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBaseObject_Type_p
alias PyBaseObject_Type_p = lazy_load!(builtins, m_PyBaseObject_Type_p, "object")
Undocumented in source.
PyBaseString_Type_p
alias PyBaseString_Type_p = lazy_load!(builtins, m_PyBaseString_Type_p, "basestring")
Undocumented in source.
PyBoolObject
alias PyBoolObject = PyIntObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyBool_Type_p
alias PyBool_Type_p = lazy_load!(builtins, m_PyBool_Type_p, "bool")
Undocumented in source.
PyBuffer_Type_p
alias PyBuffer_Type_p = lazy_load!(builtins, m_PyBuffer_Type_p, "buffer")
Undocumented in source.
PyCFunction
alias PyCFunction = PyObject* function(PyObject*, PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCFunctionWithKeywords
alias PyCFunctionWithKeywords = PyObject* function(PyObject*, PyObject*, PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCFunction_Type_p
alias PyCFunction_Type_p = lazy_load!(types, m_PyCFunction_Type_p, "BuiltinFunctionType")
Undocumented in source.
PyCallIter_Type_p
alias PyCallIter_Type_p = lazy_eval!(m_PyCallIter_Type_p, "type(iter(lambda: None, None))")
Undocumented in source.
PyClassMethod_Type_p
alias PyClassMethod_Type_p = lazy_load!(builtins, m_PyClassMethod_Type_p, "classmethod")
Undocumented in source.
PyClass_Type_p
alias PyClass_Type_p = lazy_load!(types, m_PyClass_Type_p, "ClassType")
Undocumented in source.
PyCode_Type_p
alias PyCode_Type_p = lazy_load!(types, m_PyCode_Type_p, "CodeType")
Undocumented in source.
PyComplex_Type_p
alias PyComplex_Type_p = lazy_load!(builtins, m_PyComplex_Type_p, "complex")
Undocumented in source.
PyDictObject
alias PyDictObject = _dictobject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDict_Type_p
alias PyDict_Type_p = lazy_load!(builtins, m_PyDict_Type_p, "dict")
Undocumented in source.
PyEnum_Type_p
alias PyEnum_Type_p = lazy_load!(builtins, m_PyEnum_Type_p, "enumerate")
Undocumented in source.
PyExc_ArithmeticError
alias PyExc_ArithmeticError = lazy_load!(builtins, m_PyExc_ArithmeticError, "ArithmeticError")
Undocumented in source.
PyExc_AssertionError
alias PyExc_AssertionError = lazy_load!(builtins, m_PyExc_AssertionError, "AssertionError")
Undocumented in source.
PyExc_AttributeError
alias PyExc_AttributeError = lazy_load!(builtins, m_PyExc_AttributeError, "AttributeError")
Undocumented in source.
PyExc_DeprecationWarning
alias PyExc_DeprecationWarning = lazy_load!(builtins, m_PyExc_DeprecationWarning, "DeprecationWarning")
Undocumented in source.
PyExc_EOFError
alias PyExc_EOFError = lazy_load!(builtins, m_PyExc_EOFError, "EOFError")
Undocumented in source.
PyExc_EnvironmentError
alias PyExc_EnvironmentError = lazy_load!(builtins, m_PyExc_EnvironmentError, "EnvironmentError")
Undocumented in source.
PyExc_Exception
alias PyExc_Exception = lazy_load!(builtins, m_PyExc_Exception, "Exception")
Undocumented in source.
PyExc_FloatingPointError
alias PyExc_FloatingPointError = lazy_load!(builtins, m_PyExc_FloatingPointError, "FloatingPointError")
Undocumented in source.
PyExc_FutureWarning
alias PyExc_FutureWarning = lazy_load!(builtins, m_PyExc_FutureWarning, "FutureWarning")
Undocumented in source.
PyExc_IOError
alias PyExc_IOError = lazy_load!(builtins, m_PyExc_IOError, "IOError")
Undocumented in source.
PyExc_ImportError
alias PyExc_ImportError = lazy_load!(builtins, m_PyExc_ImportError, "ImportError")
Undocumented in source.
PyExc_IndentationError
alias PyExc_IndentationError = lazy_load!(builtins, m_PyExc_IndentationError, "IndentationError")
Undocumented in source.
PyExc_IndexError
alias PyExc_IndexError = lazy_load!(builtins, m_PyExc_IndexError, "IndexError")
Undocumented in source.
PyExc_KeyError
alias PyExc_KeyError = lazy_load!(builtins, m_PyExc_KeyError, "KeyError")
Undocumented in source.
PyExc_KeyboardInterrupt
alias PyExc_KeyboardInterrupt = lazy_load!(builtins, m_PyExc_KeyboardInterrupt, "KeyboardInterrupt")
Undocumented in source.
PyExc_LookupError
alias PyExc_LookupError = lazy_load!(builtins, m_PyExc_LookupError, "LookupError")
Undocumented in source.
PyExc_MemoryError
alias PyExc_MemoryError = lazy_load!(builtins, m_PyExc_MemoryError, "MemoryError")
Undocumented in source.
PyExc_NameError
alias PyExc_NameError = lazy_load!(builtins, m_PyExc_NameError, "NameError")
Undocumented in source.
PyExc_NotImplementedError
alias PyExc_NotImplementedError = lazy_load!(builtins, m_PyExc_NotImplementedError, "NotImplementedError")
Undocumented in source.
PyExc_OSError
alias PyExc_OSError = lazy_load!(builtins, m_PyExc_OSError, "OSError")
Undocumented in source.
PyExc_OverflowError
alias PyExc_OverflowError = lazy_load!(builtins, m_PyExc_OverflowError, "OverflowError")
Undocumented in source.
PyExc_PendingDeprecationWarning
alias PyExc_PendingDeprecationWarning = lazy_load!(builtins, m_PyExc_PendingDeprecationWarning, "PendingDeprecationWarning")
Undocumented in source.
PyExc_ReferenceError
alias PyExc_ReferenceError = lazy_load!(builtins, m_PyExc_ReferenceError, "ReferenceError")
Undocumented in source.
PyExc_RuntimeError
alias PyExc_RuntimeError = lazy_load!(builtins, m_PyExc_RuntimeError, "RuntimeError")
Undocumented in source.
PyExc_RuntimeWarning
alias PyExc_RuntimeWarning = lazy_load!(builtins, m_PyExc_RuntimeWarning, "RuntimeWarning")
Undocumented in source.
PyExc_StandardError
alias PyExc_StandardError = lazy_load!(builtins, m_PyExc_StandardError, "StandardError")
Undocumented in source.
PyExc_StopIteration
alias PyExc_StopIteration = lazy_load!(builtins, m_PyExc_StopIteration, "StopIteration")
Undocumented in source.
PyExc_SyntaxError
alias PyExc_SyntaxError = lazy_load!(builtins, m_PyExc_SyntaxError, "SyntaxError")
Undocumented in source.
PyExc_SyntaxWarning
alias PyExc_SyntaxWarning = lazy_load!(builtins, m_PyExc_SyntaxWarning, "SyntaxWarning")
Undocumented in source.
PyExc_SystemError
alias PyExc_SystemError = lazy_load!(builtins, m_PyExc_SystemError, "SystemError")
Undocumented in source.
PyExc_SystemExit
alias PyExc_SystemExit = lazy_load!(builtins, m_PyExc_SystemExit, "SystemExit")
Undocumented in source.
PyExc_TabError
alias PyExc_TabError = lazy_load!(builtins, m_PyExc_TabError, "TabError")
Undocumented in source.
PyExc_TypeError
alias PyExc_TypeError = lazy_load!(builtins, m_PyExc_TypeError, "TypeError")
Undocumented in source.
PyExc_UnboundLocalError
alias PyExc_UnboundLocalError = lazy_load!(builtins, m_PyExc_UnboundLocalError, "UnboundLocalError")
Undocumented in source.
PyExc_UnicodeDecodeError
alias PyExc_UnicodeDecodeError = lazy_load!(builtins, m_PyExc_UnicodeDecodeError, "UnicodeDecodeError")
Undocumented in source.
PyExc_UnicodeEncodeError
alias PyExc_UnicodeEncodeError = lazy_load!(builtins, m_PyExc_UnicodeEncodeError, "UnicodeEncodeError")
Undocumented in source.
PyExc_UnicodeError
alias PyExc_UnicodeError = lazy_load!(builtins, m_PyExc_UnicodeError, "UnicodeError")
Undocumented in source.
PyExc_UnicodeTranslateError
alias PyExc_UnicodeTranslateError = lazy_load!(builtins, m_PyExc_UnicodeTranslateError, "UnicodeTranslateError")
Undocumented in source.
PyExc_UserWarning
alias PyExc_UserWarning = lazy_load!(builtins, m_PyExc_UserWarning, "UserWarning")
Undocumented in source.
PyExc_ValueError
alias PyExc_ValueError = lazy_load!(builtins, m_PyExc_ValueError, "ValueError")
Undocumented in source.
PyExc_Warning
alias PyExc_Warning = lazy_load!(builtins, m_PyExc_Warning, "Warning")
Undocumented in source.
PyExc_WindowsError
alias PyExc_WindowsError = lazy_load!(builtins, m_PyExc_WindowsError, "WindowsError")
Undocumented in source.
PyExc_ZeroDivisionError
alias PyExc_ZeroDivisionError = lazy_load!(builtins, m_PyExc_ZeroDivisionError, "ZeroDivisionError")
Undocumented in source.
PyFile_Type_p
alias PyFile_Type_p = lazy_load!(builtins, m_PyFile_Type_p, "file")
Undocumented in source.
PyFloat_Type_p
alias PyFloat_Type_p = lazy_load!(builtins, m_PyFloat_Type_p, "float")
Undocumented in source.
PyFrame_Type_p
alias PyFrame_Type_p = lazy_load!(types, m_PyFrame_Type_p, "FrameType")
Undocumented in source.
PyFrozenSet_Type_p
alias PyFrozenSet_Type_p = lazy_load!(builtins, m_PyFrozenSet_Type_p, "frozenset")
Undocumented in source.
PyFunction_Type_p
alias PyFunction_Type_p = lazy_load!(types, m_PyFunction_Type_p, "FunctionType")
Undocumented in source.
PyGen_Type_p
alias PyGen_Type_p = lazy_load!(types, m_PyGen_Type_p, "GeneratorType")
Undocumented in source.
PyHeapTypeObject
alias PyHeapTypeObject = _heaptypeobject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyInstance_Type_p
alias PyInstance_Type_p = lazy_load!(types, m_PyInstance_Type_p, "InstanceType")
Undocumented in source.
PyInt_Type_p
alias PyInt_Type_p = lazy_load!(builtins, m_PyInt_Type_p, "int")
Undocumented in source.
PyList_Type_p
alias PyList_Type_p = lazy_load!(builtins, m_PyList_Type_p, "list")
Undocumented in source.
PyLong_Type_p
alias PyLong_Type_p = lazy_load!(builtins, m_PyLong_Type_p, "long")
Undocumented in source.
PyMapping_Length
alias PyMapping_Length = PyMapping_Size
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMethod_Type_p
alias PyMethod_Type_p = lazy_load!(types, m_PyMethod_Type_p, "MethodType")
Undocumented in source.
PyModule_Type_p
alias PyModule_Type_p = lazy_load!(types, m_PyModule_Type_p, "ModuleType")
Undocumented in source.
PyNoArgsFunction
alias PyNoArgsFunction = PyObject* function(PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNone_Type_p
alias PyNone_Type_p = lazy_load!(types, m_PyNone_Type_p, "NoneType")
Undocumented in source.
PyOS_sighandler_t
alias PyOS_sighandler_t = void function(int)

////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////

PyObject_BorrowedRef
alias PyObject_BorrowedRef = Borrowed!PyObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_Bytes
alias PyObject_Bytes = PyObject_Str
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_CallFunction
alias PyObject_CallFunction = _PyObject_CallFunction_SizeT
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_CallMethod
alias PyObject_CallMethod = _PyObject_CallMethod_SizeT
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_Length
alias PyObject_Length = PyObject_Size
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyProperty_Type_p
alias PyProperty_Type_p = lazy_load!(builtins, m_PyProperty_Type_p, "property")
Undocumented in source.
PyRange_Type_p
alias PyRange_Type_p = lazy_load!(builtins, m_PyRange_Type_p, "xrange")
Undocumented in source.
PyReversed_Type_p
alias PyReversed_Type_p = lazy_load!(builtins, m_PyReversed_Type_p, "reversed")
Undocumented in source.
PySeqIter_Type_p
alias PySeqIter_Type_p = lazy_eval!(m_PySeqIter_Type_p, "type(iter(''))")
Undocumented in source.
PySequence_In
alias PySequence_In = PySequence_Contains
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySequence_Length
alias PySequence_Length = PySequence_Size
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySet_Type_p
alias PySet_Type_p = lazy_load!(builtins, m_PySet_Type_p, "set")
Undocumented in source.
PySlice_Type_p
alias PySlice_Type_p = lazy_load!(types, m_PySlice_Type_p, "SliceType")
Undocumented in source.
PyStaticMethod_Type_p
alias PyStaticMethod_Type_p = lazy_load!(builtins, m_PyStaticMethod_Type_p, "staticmethod")
Undocumented in source.
PyString_Type_p
alias PyString_Type_p = lazy_load!(builtins, m_PyString_Type_p, "str")
Undocumented in source.
PySuper_Type_p
alias PySuper_Type_p = lazy_load!(builtins, m_PySuper_Type_p, "super")
Undocumented in source.
PyThreadFrameGetter
alias PyThreadFrameGetter = PyFrameObject* function(PyThreadState* self_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThread_type_lock
alias PyThread_type_lock = void*

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyThread_type_sema
alias PyThread_type_sema = void*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyTraceBack_Type_p
alias PyTraceBack_Type_p = lazy_load!(types, m_PyTraceBack_Type_p, "TracebackType")
Undocumented in source.
PyTuple_Type_p
alias PyTuple_Type_p = lazy_load!(builtins, m_PyTuple_Type_p, "tuple")
Undocumented in source.
PyType_FastSubclass
alias PyType_FastSubclass = PyType_HasFeature
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyType_Type_p
alias PyType_Type_p = lazy_load!(builtins, m_PyType_Type_p, "type")
Undocumented in source.
PyUnicode_Type_p
alias PyUnicode_Type_p = lazy_load!(builtins, m_PyUnicode_Type_p, "unicode")
Undocumented in source.
Py_Ellipsis
alias Py_Ellipsis = lazy_load!(builtins, m_Py_Ellipsis, "Ellipsis")
Undocumented in source.
Py_False
alias Py_False = lazy_load!(builtins, m_Py_False, "False")
Undocumented in source.
Py_None
alias Py_None = lazy_load!(builtins, m_Py_None, "None")
Undocumented in source.
Py_NotImplemented
alias Py_NotImplemented = lazy_load!(builtins, m_Py_NotImplemented, "NotImplemented")
Undocumented in source.
Py_True
alias Py_True = lazy_load!(builtins, m_Py_True, "True")
Undocumented in source.
Py_UNICODE
alias Py_UNICODE = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_UNICODE
alias Py_UNICODE = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_UNICODE
alias Py_UNICODE = wchar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_UNICODE_ISALPHA
alias Py_UNICODE_ISALPHA = _PyUnicode_IsAlpha
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_UNICODE_ISDECIMAL
alias Py_UNICODE_ISDECIMAL = _PyUnicode_IsDecimalDigit
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_UNICODE_ISDIGIT
alias Py_UNICODE_ISDIGIT = _PyUnicode_IsDigit
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_UNICODE_ISLINEBREAK
alias Py_UNICODE_ISLINEBREAK = _PyUnicode_IsLinebreak
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_UNICODE_ISLOWER
alias Py_UNICODE_ISLOWER = _PyUnicode_IsLowercase
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_UNICODE_ISNUMERIC
alias Py_UNICODE_ISNUMERIC = _PyUnicode_IsNumeric
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_UNICODE_ISSPACE
alias Py_UNICODE_ISSPACE = _PyUnicode_IsWhitespace
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_UNICODE_ISTITLE
alias Py_UNICODE_ISTITLE = _PyUnicode_IsTitlecase
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_UNICODE_ISUPPER
alias Py_UNICODE_ISUPPER = _PyUnicode_IsUppercase
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_UNICODE_TODECIMAL
alias Py_UNICODE_TODECIMAL = _PyUnicode_ToDecimalDigit
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_UNICODE_TODIGIT
alias Py_UNICODE_TODIGIT = _PyUnicode_ToDigit
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_UNICODE_TOLOWER
alias Py_UNICODE_TOLOWER = _PyUnicode_ToLowercase
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_UNICODE_TONUMERIC
alias Py_UNICODE_TONUMERIC = _PyUnicode_ToNumeric
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_UNICODE_TOTITLE
alias Py_UNICODE_TOTITLE = _PyUnicode_ToTitlecase
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_UNICODE_TOUPPER
alias Py_UNICODE_TOUPPER = _PyUnicode_ToUppercase
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_ssize_t
alias Py_ssize_t = long
Undocumented in source.
Py_ssize_t
alias Py_ssize_t = int
Undocumented in source.
Py_ssize_t
alias Py_ssize_t = int
Undocumented in source.
Py_tracefunc
alias Py_tracefunc = int function(PyObject*, PyFrameObject*, int, PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RO
alias RO = READONLY
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyWeakref_CallableProxyType_p
alias _PyWeakref_CallableProxyType_p = lazy_load!(weakref, m__PyWeakref_CallableProxyType_p, "CallableProxyType")
Undocumented in source.
_PyWeakref_ProxyType_p
alias _PyWeakref_ProxyType_p = lazy_load!(weakref, m__PyWeakref_ProxyType_p, "ProxyType")
Undocumented in source.
_PyWeakref_RefType_p
alias _PyWeakref_RefType_p = lazy_load!(weakref, m__PyWeakref_RefType_p, "ReferenceType")
Undocumented in source.
allocfunc
alias allocfunc = PyObject* function(PyTypeObject*, Py_ssize_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
binaryfunc
alias binaryfunc = PyObject* function(PyObject*, PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
builtins
alias builtins = lazy_sys!(m_builtins, "__builtin__")
Undocumented in source.
charbufferproc
alias charbufferproc = Py_ssize_t function(PyObject*, Py_ssize_t, char**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
cmpfunc
alias cmpfunc = int function(PyObject*, PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
coercion
alias coercion = int function(PyObject**, PyObject**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
descrgetfunc
alias descrgetfunc = PyObject* function(PyObject*, PyObject*, PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
descrsetfunc
alias descrsetfunc = int function(PyObject*, PyObject*, PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
destructor
alias destructor = void function(PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
freefunc
alias freefunc = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getattrfunc
alias getattrfunc = PyObject* function(PyObject*, char*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getattrofunc
alias getattrofunc = PyObject* function(PyObject*, PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getbufferproc
alias getbufferproc = int function(PyObject*, Py_buffer*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getcharbufferproc
alias getcharbufferproc = charbufferproc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getiterfunc
alias getiterfunc = PyObject* function(PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getreadbufferproc
alias getreadbufferproc = readbufferproc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getsegcountproc
alias getsegcountproc = segcountproc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getter
alias getter = PyObject* function(PyObject*, void*)

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

getwritebufferproc
alias getwritebufferproc = writebufferproc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hashfunc
alias hashfunc = C_long function(PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
initproc
alias initproc = int function(PyObject*, PyObject*, PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
inquiry
alias inquiry = lenfunc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
intargfunc
alias intargfunc = ssizeargfunc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
intintargfunc
alias intintargfunc = ssizessizeargfunc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
intintobjargproc
alias intintobjargproc = ssizessizeobjargproc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
intobjargproc
alias intobjargproc = ssizeobjargproc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iternextfunc
alias iternextfunc = PyObject* function(PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lenfunc
alias lenfunc = Py_ssize_t function(PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
newfunc
alias newfunc = PyObject* function(PyTypeObject*, PyObject*, PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
objobjargproc
alias objobjargproc = int function(PyObject*, PyObject*, PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
objobjproc
alias objobjproc = int function(PyObject*, PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
printfunc
alias printfunc = int function(PyObject*, FILE*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
readbufferproc
alias readbufferproc = Py_ssize_t function(PyObject*, Py_ssize_t, void**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
releasebufferproc
alias releasebufferproc = void function(PyObject*, Py_buffer*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
reprfunc
alias reprfunc = PyObject* function(PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
richcmpfunc
alias richcmpfunc = PyObject* function(PyObject*, PyObject*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
segcountproc
alias segcountproc = Py_ssize_t function(PyObject*, Py_ssize_t*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setattrfunc
alias setattrfunc = int function(PyObject*, char*, PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setattrofunc
alias setattrofunc = int function(PyObject*, PyObject*, PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setter
alias setter = int function(PyObject*, PyObject*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssizeargfunc
alias ssizeargfunc = PyObject* function(PyObject*, Py_ssize_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssizeobjargproc
alias ssizeobjargproc = int function(PyObject*, Py_ssize_t, PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssizessizeargfunc
alias ssizessizeargfunc = PyObject* function(PyObject*, Py_ssize_t, Py_ssize_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ssizessizeobjargproc
alias ssizessizeobjargproc = int function(PyObject*, Py_ssize_t, Py_ssize_t, PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ternaryfunc
alias ternaryfunc = PyObject* function(PyObject*, PyObject*, PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
traverseproc
alias traverseproc = int function(PyObject*, visitproc, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
types
alias types = lazy_sys!(m_types, "types")
Undocumented in source.
unaryfunc
alias unaryfunc = PyObject* function(PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
visitproc
alias visitproc = int function(PyObject*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
weakref
alias weakref = lazy_sys!(m_weakref, "weakref")
Undocumented in source.
wrapperfunc
alias wrapperfunc = PyObject* function(PyObject*, PyObject*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
wrapperfunc_kwds
alias wrapperfunc_kwds = PyObject* function(PyObject*, PyObject*, void*, PyObject*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
writebufferproc
alias writebufferproc = Py_ssize_t function(PyObject*, Py_ssize_t, void**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

PyGILState_STATE
enum PyGILState_STATE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

PyAST_Compile
PyCodeObject* PyAST_Compile(_mod* , const(char)* , PyCompilerFlags* , PyArena* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyAST_FromNode
_mod* PyAST_FromNode(node* , PyCompilerFlags* , const(char)* , PyArena* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyAnySet_Check
int PyAnySet_Check(PyObject* ob)
Undocumented in source. Be warned that the author may not have intended to support it.
PyAnySet_CheckExact
int PyAnySet_CheckExact(PyObject* ob)
Undocumented in source. Be warned that the author may not have intended to support it.
PyArena_AddPyObject
int PyArena_AddPyObject(PyArena* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyArena_Free
void PyArena_Free(PyArena* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyArena_Malloc
void* PyArena_Malloc(PyArena* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyArena_New
PyArena* PyArena_New()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyArg_Parse
int PyArg_Parse(PyObject* , Char1* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyArg_ParseTuple
int PyArg_ParseTuple(PyObject* , Char1* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyArg_ParseTupleAndKeywords
int PyArg_ParseTupleAndKeywords(PyObject* , PyObject* , Char1* , char** , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyArg_UnpackTuple
int PyArg_UnpackTuple(PyObject* , Char1* , Py_ssize_t , Py_ssize_t , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBool_Check
int PyBool_Check(PyObject* x)
Undocumented in source. Be warned that the author may not have intended to support it.
PyBool_FromLong
PyObject* PyBool_FromLong(C_long )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBuffer_Check
int PyBuffer_Check(PyObject* op)

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyBuffer_FillContiguousStrides
void PyBuffer_FillContiguousStrides(int ndims, Py_ssize_t* shape, Py_ssize_t* strides, int itemsize, char fort)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBuffer_FillInfo
int PyBuffer_FillInfo(Py_buffer* view, PyObject* o, void* buf, Py_ssize_t len, int readonly, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBuffer_FromContiguous
int PyBuffer_FromContiguous(Py_buffer* view, void* buf, Py_ssize_t len, char fort)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBuffer_FromMemory
PyObject* PyBuffer_FromMemory(void* ptr, Py_ssize_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBuffer_FromObject
PyObject* PyBuffer_FromObject(PyObject* base, Py_ssize_t offset, Py_ssize_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBuffer_FromReadWriteMemory
PyObject* PyBuffer_FromReadWriteMemory(void* ptr, Py_ssize_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBuffer_FromReadWriteObject
PyObject* PyBuffer_FromReadWriteObject(PyObject* base, Py_ssize_t offset, Py_ssize_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBuffer_GetPointer
void* PyBuffer_GetPointer(Py_buffer* view, Py_ssize_t* indices)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBuffer_IsContiguous
int PyBuffer_IsContiguous(Py_buffer* view, char fort)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBuffer_New
PyObject* PyBuffer_New(Py_ssize_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBuffer_Release
void PyBuffer_Release(Py_buffer* view)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBuffer_SizeFromFormat
int PyBuffer_SizeFromFormat(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBuffer_ToContiguous
int PyBuffer_ToContiguous(void* buf, Py_buffer* view, Py_ssize_t len, char fort)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyByteArray_Fini
void PyByteArray_Fini()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyByteArray_Init
int PyByteArray_Init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCFunction_Call
PyObject* PyCFunction_Call(PyObject* , PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCFunction_Check
int PyCFunction_Check(PyObject* op)

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyCFunction_ClearFreeList
int PyCFunction_ClearFreeList()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCFunction_Fini
void PyCFunction_Fini()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCFunction_GetFlags
int PyCFunction_GetFlags(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCFunction_GetFunction
PyCFunction PyCFunction_GetFunction(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCFunction_GetSelf
PyObject* PyCFunction_GetSelf(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCFunction_New
PyObject* PyCFunction_New(PyMethodDef* ml, PyObject* self)
Undocumented in source. Be warned that the author may not have intended to support it.
PyCFunction_NewEx
PyObject* PyCFunction_NewEx(PyMethodDef* , PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCObject_AsVoidPtr
void* PyCObject_AsVoidPtr(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCObject_Check
int PyCObject_Check(PyObject* op)

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyCObject_FromVoidPtr
PyObject* PyCObject_FromVoidPtr(void* cobj, void function(void*) destruct)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCObject_FromVoidPtrAndDesc
PyObject* PyCObject_FromVoidPtrAndDesc(void* cobj, void* desc, void function(void*, void*) destruct)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCObject_GetDesc
void* PyCObject_GetDesc(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCObject_Import
void* PyCObject_Import(char* module_name, char* cobject_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCObject_SetVoidPtr
int PyCObject_SetVoidPtr(PyObject* self, void* cobj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCObject_Type_p
PyTypeObject* PyCObject_Type_p()
Undocumented in source. Be warned that the author may not have intended to support it.
PyCallIter_Check
int PyCallIter_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyCallIter_New
PyObject* PyCallIter_New(PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCallable_Check
int PyCallable_Check(PyObject* o)

////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////

PyCell_Check
int PyCell_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyCell_Get
PyObject* PyCell_Get(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCell_New
PyObject* PyCell_New(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCell_Set
int PyCell_Set(PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCell_Type_p
PyTypeObject* PyCell_Type_p()
Undocumented in source. Be warned that the author may not have intended to support it.
PyClassMethod_New
PyObject* PyClassMethod_New(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyClass_Check
int PyClass_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyClass_IsSubclass
int PyClass_IsSubclass(PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyClass_New
PyObject* PyClass_New(PyObject* , PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCode_Addr2Line
int PyCode_Addr2Line(PyCodeObject* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCode_Check
int PyCode_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyCode_CheckLineNumber
int PyCode_CheckLineNumber(PyCodeObject* co, int lasti, PyAddrPair* bounds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCode_GetNumFree
size_t PyCode_GetNumFree(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyCode_New
PyCodeObject* PyCode_New(int , int , int , int , PyObject* , PyObject* , PyObject* , PyObject* , PyObject* , PyObject* , PyObject* , PyObject* , int , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCode_Optimize
PyObject* PyCode_Optimize(PyObject* code, PyObject* consts, PyObject* names, PyObject* lineno_obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCodec_BackslashReplaceErrors
PyObject* PyCodec_BackslashReplaceErrors(PyObject* exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCodec_Decode
PyObject* PyCodec_Decode(PyObject* object, const(char)* encoding, const(char)* errors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCodec_Decoder
PyObject* PyCodec_Decoder(const(char)* encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCodec_Encode
PyObject* PyCodec_Encode(PyObject* object, const(char)* encoding, const(char)* errors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCodec_Encoder
PyObject* PyCodec_Encoder(const(char)* encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCodec_IgnoreErrors
PyObject* PyCodec_IgnoreErrors(PyObject* exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCodec_LookupError
PyObject* PyCodec_LookupError(const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCodec_Register
int PyCodec_Register(PyObject* search_function)

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyCodec_RegisterError
int PyCodec_RegisterError(const(char)* name, PyObject* error)

////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////

PyCodec_ReplaceErrors
PyObject* PyCodec_ReplaceErrors(PyObject* exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCodec_StreamReader
PyObject* PyCodec_StreamReader(const(char)* encoding, PyObject* stream, const(char)* errors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCodec_StreamWriter
PyObject* PyCodec_StreamWriter(const(char)* encoding, PyObject* stream, const(char)* errors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCodec_StrictErrors
PyObject* PyCodec_StrictErrors(PyObject* exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCodec_XMLCharRefReplaceErrors
PyObject* PyCodec_XMLCharRefReplaceErrors(PyObject* exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyComplex_AsCComplex
Py_complex PyComplex_AsCComplex(PyObject* op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyComplex_Check
int PyComplex_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyComplex_CheckExact
int PyComplex_CheckExact(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyComplex_FromCComplex
PyObject* PyComplex_FromCComplex(Py_complex )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyComplex_FromDoubles
PyObject* PyComplex_FromDoubles(double real_, double imag)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyComplex_ImagAsDouble
double PyComplex_ImagAsDouble(PyObject* op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyComplex_RealAsDouble
double PyComplex_RealAsDouble(PyObject* op)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDateTime_Check
int PyDateTime_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDateTime_CheckExact
int PyDateTime_CheckExact(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDateTime_DATE_GET_HOUR
int PyDateTime_DATE_GET_HOUR(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDateTime_DATE_GET_MICROSECOND
int PyDateTime_DATE_GET_MICROSECOND(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDateTime_DATE_GET_MINUTE
int PyDateTime_DATE_GET_MINUTE(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDateTime_DATE_GET_SECOND
int PyDateTime_DATE_GET_SECOND(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDateTime_FromDateAndTime
PyObject* PyDateTime_FromDateAndTime(int year, int month, int day, int hour, int min, int sec, int usec)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDateTime_FromTimestamp
PyObject* PyDateTime_FromTimestamp(PyObject* args)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDateTime_GET_DAY
int PyDateTime_GET_DAY(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDateTime_GET_MONTH
int PyDateTime_GET_MONTH(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDateTime_GET_YEAR
int PyDateTime_GET_YEAR(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDateTime_IMPORT
PyDateTime_CAPI* PyDateTime_IMPORT()
Undocumented in source. Be warned that the author may not have intended to support it.
PyDateTime_TIME_GET_HOUR
int PyDateTime_TIME_GET_HOUR(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDateTime_TIME_GET_MICROSECOND
int PyDateTime_TIME_GET_MICROSECOND(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDateTime_TIME_GET_MINUTE
int PyDateTime_TIME_GET_MINUTE(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDateTime_TIME_GET_SECOND
int PyDateTime_TIME_GET_SECOND(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDate_Check
int PyDate_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDate_CheckExact
int PyDate_CheckExact(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDate_FromDate
PyObject* PyDate_FromDate(int year, int month, int day)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDate_FromTimestamp
PyObject* PyDate_FromTimestamp(PyObject* args)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDelta_Check
int PyDelta_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDelta_CheckExact
int PyDelta_CheckExact(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDelta_FromDSU
PyObject* PyDelta_FromDSU(int days, int seconds, int useconds)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDescr_NewClassMethod
PyObject* PyDescr_NewClassMethod(PyTypeObject* , PyMethodDef* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDescr_NewGetSet
PyObject* PyDescr_NewGetSet(PyTypeObject* , PyGetSetDef* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDescr_NewMember
PyObject* PyDescr_NewMember(PyTypeObject* , PyMemberDef* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDescr_NewMethod
PyObject* PyDescr_NewMethod(PyTypeObject* , PyMethodDef* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDescr_NewWrapper
PyObject* PyDescr_NewWrapper(PyTypeObject* , wrapperbase* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDictProxy_New
PyObject* PyDictProxy_New(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDict_Check
int PyDict_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDict_CheckExact
int PyDict_CheckExact(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyDict_Clear
void PyDict_Clear(PyObject* mp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDict_Contains
int PyDict_Contains(PyObject* mp, PyObject* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDict_Copy
PyObject* PyDict_Copy(PyObject* mp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDict_DelItem
int PyDict_DelItem(PyObject* mp, PyObject* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDict_DelItemString
int PyDict_DelItemString(PyObject* dp, const(char)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDict_Fini
void PyDict_Fini()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDict_GetItem
Borrowed!PyObject* PyDict_GetItem(PyObject* mp, PyObject* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDict_GetItemString
Borrowed!PyObject* PyDict_GetItemString(PyObject* dp, const(char)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDict_Items
PyObject* PyDict_Items(PyObject* mp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDict_Keys
PyObject* PyDict_Keys(PyObject* mp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDict_Merge
int PyDict_Merge(PyObject* mp, PyObject* other, int override_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDict_MergeFromSeq2
int PyDict_MergeFromSeq2(PyObject* d, PyObject* seq2, int override_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDict_New
PyObject* PyDict_New()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDict_Next
int PyDict_Next(PyObject* mp, Py_ssize_t* pos, Borrowed!PyObject** key, Borrowed!PyObject** value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDict_SetItem
int PyDict_SetItem(PyObject* mp, PyObject* key, PyObject* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDict_SetItemString
int PyDict_SetItemString(PyObject* dp, const(char)* key, PyObject* item)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDict_Size
Py_ssize_t PyDict_Size(PyObject* mp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDict_Update
int PyDict_Update(PyObject* mp, PyObject* other)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDict_Values
PyObject* PyDict_Values(PyObject* mp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_BadArgument
int PyErr_BadArgument()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_CheckSignals
int PyErr_CheckSignals()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_Clear
void PyErr_Clear()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_Display
void PyErr_Display(PyObject* , PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_ExceptionMatches
int PyErr_ExceptionMatches(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_Fetch
void PyErr_Fetch(PyObject** , PyObject** , PyObject** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_Format
PyObject* PyErr_Format(PyObject* , const(char)* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_GivenExceptionMatches
int PyErr_GivenExceptionMatches(PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_NewException
PyObject* PyErr_NewException(char* name, PyObject* base, PyObject* dict)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_NoMemory
PyObject* PyErr_NoMemory()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_NormalizeException
void PyErr_NormalizeException(PyObject** , PyObject** , PyObject** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_Occurred
PyObject* PyErr_Occurred()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_Print
void PyErr_Print()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_PrintEx
void PyErr_PrintEx(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_ProgramText
PyObject* PyErr_ProgramText(const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_Restore
void PyErr_Restore(PyObject* , PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_SetExcFromWindowsErr
PyObject* PyErr_SetExcFromWindowsErr(PyObject* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_SetExcFromWindowsErrWithFilename
PyObject* PyErr_SetExcFromWindowsErrWithFilename(PyObject* , int , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_SetExcFromWindowsErrWithFilenameObject
PyObject* PyErr_SetExcFromWindowsErrWithFilenameObject(PyObject* , int , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_SetExcFromWindowsErrWithUnicodeFilename
PyObject* PyErr_SetExcFromWindowsErrWithUnicodeFilename(PyObject* , int , Py_UNICODE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_SetFromErrno
PyObject* PyErr_SetFromErrno(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_SetFromErrnoWithFilename
PyObject* PyErr_SetFromErrnoWithFilename(PyObject* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_SetFromErrnoWithFilenameObject
PyObject* PyErr_SetFromErrnoWithFilenameObject(PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_SetFromErrnoWithUnicodeFilename
PyObject* PyErr_SetFromErrnoWithUnicodeFilename(PyObject* , Py_UNICODE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_SetFromWindowsErr
PyObject* PyErr_SetFromWindowsErr(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_SetFromWindowsErrWithFilename
PyObject* PyErr_SetFromWindowsErrWithFilename(int , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_SetFromWindowsErrWithFilenameObject
PyObject* PyErr_SetFromWindowsErrWithFilenameObject(int , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_SetFromWindowsErrWithUnicodeFilename
PyObject* PyErr_SetFromWindowsErrWithUnicodeFilename(int , Py_UNICODE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_SetInterrupt
void PyErr_SetInterrupt()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_SetNone
void PyErr_SetNone(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_SetObject
void PyErr_SetObject(PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_SetString
void PyErr_SetString(PyObject* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_SyntaxLocation
void PyErr_SyntaxLocation(const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_Warn
int PyErr_Warn(PyObject* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_WarnEx
int PyErr_WarnEx(PyObject* , char* , Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_WarnExplicit
int PyErr_WarnExplicit(PyObject* , const(char)* , const(char)* , int , const(char)* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyErr_WriteUnraisable
void PyErr_WriteUnraisable(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_AcquireLock
void PyEval_AcquireLock()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_AcquireThread
void PyEval_AcquireThread(PyThreadState* tstate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_CallFunction
PyObject* PyEval_CallFunction(PyObject* obj, Char1* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_CallMethod
PyObject* PyEval_CallMethod(PyObject* obj, Char1* methodname, Char1* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_CallObject
PyObject* PyEval_CallObject(PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_CallObject
PyObject* PyEval_CallObject(PyObject* func, PyObject* arg)
Undocumented in source. Be warned that the author may not have intended to support it.
PyEval_CallObjectWithKeywords
PyObject* PyEval_CallObjectWithKeywords(PyObject* , PyObject* , PyObject* )

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyEval_EvalCode
PyObject* PyEval_EvalCode(PyCodeObject* , PyObject* , PyObject* )

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyEval_EvalCodeEx
PyObject* PyEval_EvalCodeEx(PyCodeObject* co, PyObject* globals, PyObject* locals, PyObject** args, int argc, PyObject** kwds, int kwdc, PyObject** defs, int defc, PyObject* closure)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_EvalFrame
PyObject* PyEval_EvalFrame(PyFrameObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_EvalFrameEx
PyObject* PyEval_EvalFrameEx(PyFrameObject* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_GetBuiltins
Borrowed!PyObject* PyEval_GetBuiltins()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_GetCallStats
PyObject* PyEval_GetCallStats(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_GetFrame
Borrowed!PyFrameObject* PyEval_GetFrame()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_GetFuncDesc
Char1* PyEval_GetFuncDesc(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_GetFuncName
Char1* PyEval_GetFuncName(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_GetGlobals
Borrowed!PyObject* PyEval_GetGlobals()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_GetLocals
Borrowed!PyObject* PyEval_GetLocals()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_GetRestricted
int PyEval_GetRestricted()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_InitThreads
void PyEval_InitThreads()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_MergeCompilerFlags
int PyEval_MergeCompilerFlags(PyCompilerFlags* cf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_ReInitThreads
void PyEval_ReInitThreads()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_ReleaseLock
void PyEval_ReleaseLock()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_ReleaseThread
void PyEval_ReleaseThread(PyThreadState* tstate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_RestoreThread
void PyEval_RestoreThread(PyThreadState* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_SaveThread
PyThreadState* PyEval_SaveThread()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_SetProfile
void PyEval_SetProfile(Py_tracefunc , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_SetTrace
void PyEval_SetTrace(Py_tracefunc , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEval_ThreadsInitialized
int PyEval_ThreadsInitialized()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFile_AsFile
FILE* PyFile_AsFile(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFile_Check
int PyFile_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyFile_CheckExact
int PyFile_CheckExact(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyFile_DecUseCount
void PyFile_DecUseCount(PyFileObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFile_FromFile
PyObject* PyFile_FromFile(FILE* , char* , char* , int function(FILE*) )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFile_FromString
PyObject* PyFile_FromString(char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFile_GetLine
PyObject* PyFile_GetLine(PyObject* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFile_IncUseCount
void PyFile_IncUseCount(PyFileObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFile_Name
Borrowed!PyObject* PyFile_Name(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFile_SetBufSize
void PyFile_SetBufSize(PyObject* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFile_SetEncoding
int PyFile_SetEncoding(PyObject* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFile_SetEncodingAndErrors
int PyFile_SetEncodingAndErrors(PyObject* , const(char)* , const(char)* errors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFile_SoftSpace
int PyFile_SoftSpace(PyObject* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFile_WriteObject
int PyFile_WriteObject(PyObject* , PyObject* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFile_WriteString
int PyFile_WriteString(const(char)* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFloat_AsDouble
double PyFloat_AsDouble(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFloat_AsReprString
void PyFloat_AsReprString(char* , PyFloatObject* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFloat_AsString
void PyFloat_AsString(char* , PyFloatObject* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFloat_Check
int PyFloat_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyFloat_CheckExact
int PyFloat_CheckExact(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyFloat_ClearFreeList
int PyFloat_ClearFreeList()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFloat_Fini
void PyFloat_Fini()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFloat_FromDouble
PyObject* PyFloat_FromDouble(double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFloat_FromString
PyObject* PyFloat_FromString(PyObject* , char** junk)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFloat_GetInfo
PyObject* PyFloat_GetInfo()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFloat_GetMax
double PyFloat_GetMax()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFloat_GetMin
double PyFloat_GetMin()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFrame_BlockPop
PyTryBlock* PyFrame_BlockPop(PyFrameObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFrame_BlockSetup
void PyFrame_BlockSetup(PyFrameObject* , int , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFrame_Check
int PyFrame_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyFrame_ClearFreeList
int PyFrame_ClearFreeList()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFrame_ExtendStack
PyObject** PyFrame_ExtendStack(PyFrameObject* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFrame_FastToLocals
void PyFrame_FastToLocals(PyFrameObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFrame_Fini
void PyFrame_Fini()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFrame_IsRestricted
int PyFrame_IsRestricted(PyFrameObject* f)
Undocumented in source. Be warned that the author may not have intended to support it.
PyFrame_LocalsToFast
void PyFrame_LocalsToFast(PyFrameObject* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFrame_New
PyFrameObject* PyFrame_New(PyThreadState* , PyCodeObject* , PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFrozenSet_Check
bool PyFrozenSet_Check(PyObject* ob)
Undocumented in source. Be warned that the author may not have intended to support it.
PyFrozenSet_CheckExact
int PyFrozenSet_CheckExact(PyObject* ob)
Undocumented in source. Be warned that the author may not have intended to support it.
PyFrozenSet_New
PyObject* PyFrozenSet_New(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFunction_Check
int PyFunction_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyFunction_GET_CLOSURE
PyObject* PyFunction_GET_CLOSURE(PyObject* func)
Undocumented in source. Be warned that the author may not have intended to support it.
PyFunction_GET_CODE
PyObject* PyFunction_GET_CODE(PyObject* func)
Undocumented in source. Be warned that the author may not have intended to support it.
PyFunction_GET_DEFAULTS
PyObject* PyFunction_GET_DEFAULTS(PyObject* func)
Undocumented in source. Be warned that the author may not have intended to support it.
PyFunction_GET_GLOBALS
PyObject* PyFunction_GET_GLOBALS(PyObject* func)
Undocumented in source. Be warned that the author may not have intended to support it.
PyFunction_GET_MODULE
PyObject* PyFunction_GET_MODULE(PyObject* func)
Undocumented in source. Be warned that the author may not have intended to support it.
PyFunction_GetClosure
Borrowed!PyObject* PyFunction_GetClosure(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFunction_GetCode
Borrowed!PyObject* PyFunction_GetCode(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFunction_GetDefaults
Borrowed!PyObject* PyFunction_GetDefaults(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFunction_GetGlobals
Borrowed!PyObject* PyFunction_GetGlobals(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFunction_GetModule
Borrowed!PyObject* PyFunction_GetModule(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFunction_New
PyObject* PyFunction_New(PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFunction_SetClosure
int PyFunction_SetClosure(PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFunction_SetDefaults
int PyFunction_SetDefaults(PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFuture_FromAST
PyFutureFeatures* PyFuture_FromAST(_mod* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyGC_Collect
C_long PyGC_Collect()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyGILState_Ensure
PyGILState_STATE PyGILState_Ensure()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyGILState_GetThisThreadState
PyThreadState* PyGILState_GetThisThreadState()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyGILState_Release
void PyGILState_Release(PyGILState_STATE )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyGen_Check
int PyGen_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyGen_CheckExact
int PyGen_CheckExact(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyGen_NeedsFinalizing
int PyGen_NeedsFinalizing(PyGenObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyGen_New
PyObject* PyGen_New(PyFrameObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyImport_AddModule
PyObject* PyImport_AddModule(Char1* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyImport_AppendInittab
int PyImport_AppendInittab(Char2* name, void function() initfunc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyImport_Cleanup
void PyImport_Cleanup()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyImport_ExecCodeModule
PyObject* PyImport_ExecCodeModule(char* name, PyObject* co)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyImport_ExecCodeModuleEx
PyObject* PyImport_ExecCodeModuleEx(char* name, PyObject* co, char* pathname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyImport_ExtendInittab
int PyImport_ExtendInittab(_inittab* newtab)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyImport_GetImporter
PyObject* PyImport_GetImporter(PyObject* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyImport_GetMagicNumber
C_long PyImport_GetMagicNumber()

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyImport_GetModuleDict
PyObject* PyImport_GetModuleDict()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyImport_Import
PyObject* PyImport_Import(PyObject* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyImport_ImportFrozenModule
int PyImport_ImportFrozenModule(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyImport_ImportModule
PyObject* PyImport_ImportModule(Char1* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyImport_ImportModuleEx
PyObject* PyImport_ImportModuleEx(char* n, PyObject* g, PyObject* l, PyObject* f)
Undocumented in source. Be warned that the author may not have intended to support it.
PyImport_ImportModuleEx
PyObject* PyImport_ImportModuleEx(char* , PyObject* , PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyImport_ImportModuleLevel
PyObject* PyImport_ImportModuleLevel(char* name, PyObject* globals, PyObject* locals, PyObject* fromlist, int level)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyImport_ImportModuleNoBlock
PyObject* PyImport_ImportModuleNoBlock(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyImport_ReloadModule
PyObject* PyImport_ReloadModule(PyObject* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyIndex_Check
int PyIndex_Check(PyObject* obj)
Undocumented in source. Be warned that the author may not have intended to support it.
PyInstance_Check
int PyInstance_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyInstance_New
PyObject* PyInstance_New(PyObject* , PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyInstance_NewRaw
PyObject* PyInstance_NewRaw(PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyInt_AsLong
C_long PyInt_AsLong(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyInt_AsSsize_t
Py_ssize_t PyInt_AsSsize_t(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyInt_AsUnsignedLongLongMask
C_ulonglong PyInt_AsUnsignedLongLongMask(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyInt_AsUnsignedLongMask
C_ulong PyInt_AsUnsignedLongMask(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyInt_Check
int PyInt_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyInt_CheckExact
int PyInt_CheckExact(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyInt_ClearFreeList
int PyInt_ClearFreeList()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyInt_Fini
void PyInt_Fini()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyInt_FromLong
PyObject* PyInt_FromLong(C_long )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyInt_FromSize_t
PyObject* PyInt_FromSize_t(size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyInt_FromSsize_t
PyObject* PyInt_FromSsize_t(Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyInt_FromString
PyObject* PyInt_FromString(char* , char** , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyInt_FromUnicode
PyObject* PyInt_FromUnicode(Py_UNICODE* , Py_ssize_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyInt_GetMax
C_long PyInt_GetMax()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyInterpreterState_Clear
void PyInterpreterState_Clear(PyInterpreterState* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyInterpreterState_Delete
void PyInterpreterState_Delete(PyInterpreterState* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyInterpreterState_Head
PyInterpreterState* PyInterpreterState_Head()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyInterpreterState_New
PyInterpreterState* PyInterpreterState_New()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyInterpreterState_Next
PyInterpreterState* PyInterpreterState_Next(PyInterpreterState* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyInterpreterState_ThreadHead
PyThreadState* PyInterpreterState_ThreadHead(PyInterpreterState* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyIter_Check
int PyIter_Check(PyObject* obj)
Undocumented in source. Be warned that the author may not have intended to support it.
PyIter_Next
PyObject* PyIter_Next(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyList_Append
int PyList_Append(PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyList_AsTuple
PyObject* PyList_AsTuple(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyList_Check
int PyList_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyList_CheckExact
int PyList_CheckExact(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyList_GET_ITEM
Borrowed!PyObject* PyList_GET_ITEM(PyObject* op, Py_ssize_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
PyList_GET_SIZE
Py_ssize_t PyList_GET_SIZE(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyList_GetItem
Borrowed!PyObject* PyList_GetItem(PyObject* , Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyList_GetSlice
PyObject* PyList_GetSlice(PyObject* , Py_ssize_t , Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyList_Insert
int PyList_Insert(PyObject* , Py_ssize_t , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyList_New
PyObject* PyList_New(Py_ssize_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyList_Reverse
int PyList_Reverse(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyList_SET_ITEM
void PyList_SET_ITEM(PyObject* op, Py_ssize_t i, PyObject* v)
Undocumented in source. Be warned that the author may not have intended to support it.
PyList_SetItem
int PyList_SetItem(PyObject* , Py_ssize_t , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyList_SetSlice
int PyList_SetSlice(PyObject* , Py_ssize_t , Py_ssize_t , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyList_Size
Py_ssize_t PyList_Size(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyList_Sort
int PyList_Sort(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_AsDouble
double PyLong_AsDouble(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_AsLong
C_long PyLong_AsLong(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_AsLongAndOverflow
C_long PyLong_AsLongAndOverflow(PyObject* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_AsLongLong
C_longlong PyLong_AsLongLong(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_AsLongLongAndOverflow
C_longlong PyLong_AsLongLongAndOverflow(PyObject* , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_AsSsize_t
Py_ssize_t PyLong_AsSsize_t(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_AsUnsignedLong
C_ulong PyLong_AsUnsignedLong(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_AsUnsignedLongLong
C_ulonglong PyLong_AsUnsignedLongLong(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_AsUnsignedLongLongMask
C_ulonglong PyLong_AsUnsignedLongLongMask(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_AsUnsignedLongMask
C_ulong PyLong_AsUnsignedLongMask(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_AsVoidPtr
void* PyLong_AsVoidPtr(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_Check
int PyLong_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyLong_Check
int PyLong_Check(PyObject* op)

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyLong_CheckExact
int PyLong_CheckExact(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyLong_FromDouble
PyObject* PyLong_FromDouble(double )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_FromLong
PyObject* PyLong_FromLong(C_long )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_FromLongLong
PyObject* PyLong_FromLongLong(C_longlong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_FromSize_t
PyObject* PyLong_FromSize_t(size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_FromSsize_t
PyObject* PyLong_FromSsize_t(Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_FromString
PyObject* PyLong_FromString(char* , char** , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_FromUnicode
PyObject* PyLong_FromUnicode(Py_UNICODE* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_FromUnsignedLong
PyObject* PyLong_FromUnsignedLong(C_ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_FromUnsignedLongLong
PyObject* PyLong_FromUnsignedLongLong(C_ulonglong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_FromVoidPtr
PyObject* PyLong_FromVoidPtr(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyLong_FromVoidPtr
PyObject* PyLong_FromVoidPtr(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMapping_Check
int PyMapping_Check(PyObject* o)

////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////

PyMapping_DelItem
int PyMapping_DelItem(PyObject* o, PyObject* k)
Undocumented in source. Be warned that the author may not have intended to support it.
PyMapping_DelItemString
int PyMapping_DelItemString(PyObject* o, char* k)
Undocumented in source. Be warned that the author may not have intended to support it.
PyMapping_GetItemString
PyObject* PyMapping_GetItemString(PyObject* o, char* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMapping_HasKey
int PyMapping_HasKey(PyObject* o, PyObject* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMapping_HasKeyString
int PyMapping_HasKeyString(PyObject* o, char* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMapping_Items
PyObject* PyMapping_Items(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PyMapping_Keys
PyObject* PyMapping_Keys(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PyMapping_SetItemString
int PyMapping_SetItemString(PyObject* o, char* key, PyObject* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMapping_Size
Py_ssize_t PyMapping_Size(PyObject* o)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMapping_Values
PyObject* PyMapping_Values(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PyMarshal_ReadLastObjectFromFile
PyObject* PyMarshal_ReadLastObjectFromFile(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMarshal_ReadLongFromFile
C_long PyMarshal_ReadLongFromFile(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMarshal_ReadObjectFromFile
PyObject* PyMarshal_ReadObjectFromFile(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMarshal_ReadObjectFromString
PyObject* PyMarshal_ReadObjectFromString(char* , Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMarshal_ReadShortFromFile
int PyMarshal_ReadShortFromFile(FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMarshal_WriteLongToFile
void PyMarshal_WriteLongToFile(C_long , FILE* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMarshal_WriteObjectToFile
void PyMarshal_WriteObjectToFile(PyObject* , FILE* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMarshal_WriteObjectToString
PyObject* PyMarshal_WriteObjectToString(PyObject* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMem_Free
void PyMem_Free(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMem_Malloc
void* PyMem_Malloc(size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMem_Realloc
void* PyMem_Realloc(void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMember_GetOne
PyObject* PyMember_GetOne(Char1* , PyMemberDef* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMember_SetOne
int PyMember_SetOne(char* , PyMemberDef* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMethod_Check
int PyMethod_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyMethod_Class
Borrowed!PyObject* PyMethod_Class(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMethod_ClearFreeList
int PyMethod_ClearFreeList()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMethod_Fini
void PyMethod_Fini()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMethod_Function
Borrowed!PyObject* PyMethod_Function(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMethod_GET_CLASS
Borrowed!PyObject* PyMethod_GET_CLASS(PyObject* meth)
Undocumented in source. Be warned that the author may not have intended to support it.
PyMethod_GET_FUNCTION
Borrowed!PyObject* PyMethod_GET_FUNCTION(PyObject* meth)
Undocumented in source. Be warned that the author may not have intended to support it.
PyMethod_GET_SELF
Borrowed!PyObject* PyMethod_GET_SELF(PyObject* meth)
Undocumented in source. Be warned that the author may not have intended to support it.
PyMethod_New
PyObject* PyMethod_New(PyObject* , PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMethod_Self
Borrowed!PyObject* PyMethod_Self(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyModule_AddIntConstant
int PyModule_AddIntConstant(PyObject* , Char1* , C_long )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyModule_AddObject
int PyModule_AddObject(PyObject* , Char1* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyModule_AddStringConstant
int PyModule_AddStringConstant(PyObject* , Char1* , Char1* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyModule_Check
int PyModule_Check(PyObject* op)

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyModule_CheckExact
int PyModule_CheckExact(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyModule_GetDict
Borrowed!PyObject* PyModule_GetDict(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyModule_GetFilename
char* PyModule_GetFilename(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyModule_GetName
char* PyModule_GetName(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyModule_New
PyObject* PyModule_New(Char1* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNode_AddChild
int PyNode_AddChild(node* n, int type, char* str, int lineno, int col_offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNode_Compile
PyCodeObject* PyNode_Compile(node* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNode_CompileFlags
PyCodeObject* PyNode_CompileFlags(node* , const(char)* , PyCompilerFlags* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNode_Free
void PyNode_Free(node* n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNode_Future
PyFutureFeatures* PyNode_Future(node* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNode_ListTree
void PyNode_ListTree(node* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNode_New
node* PyNode_New(int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_Absolute
PyObject* PyNumber_Absolute(PyObject* o)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_Add
PyObject* PyNumber_Add(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_And
PyObject* PyNumber_And(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_AsSsize_t
Py_ssize_t PyNumber_AsSsize_t(PyObject* o, PyObject* exc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_Check
int PyNumber_Check(PyObject* o)

////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////

PyNumber_Coerce
int PyNumber_Coerce(PyObject** , PyObject** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_CoerceEx
int PyNumber_CoerceEx(PyObject** , PyObject** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_Divide
PyObject* PyNumber_Divide(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_Divmod
PyObject* PyNumber_Divmod(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_Float
PyObject* PyNumber_Float(PyObject* o)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_FloorDivide
PyObject* PyNumber_FloorDivide(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_InPlaceAdd
PyObject* PyNumber_InPlaceAdd(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_InPlaceAnd
PyObject* PyNumber_InPlaceAnd(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_InPlaceDivide
PyObject* PyNumber_InPlaceDivide(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_InPlaceFloorDivide
PyObject* PyNumber_InPlaceFloorDivide(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_InPlaceLshift
PyObject* PyNumber_InPlaceLshift(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_InPlaceMultiply
PyObject* PyNumber_InPlaceMultiply(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_InPlaceOr
PyObject* PyNumber_InPlaceOr(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_InPlacePower
PyObject* PyNumber_InPlacePower(PyObject* o1, PyObject* o2, PyObject* o3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_InPlaceRemainder
PyObject* PyNumber_InPlaceRemainder(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_InPlaceRshift
PyObject* PyNumber_InPlaceRshift(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_InPlaceSubtract
PyObject* PyNumber_InPlaceSubtract(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_InPlaceTrueDivide
PyObject* PyNumber_InPlaceTrueDivide(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_InPlaceXor
PyObject* PyNumber_InPlaceXor(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_Index
PyObject* PyNumber_Index(PyObject* o)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_Int
PyObject* PyNumber_Int(PyObject* o)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_Invert
PyObject* PyNumber_Invert(PyObject* o)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_Long
PyObject* PyNumber_Long(PyObject* o)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_Lshift
PyObject* PyNumber_Lshift(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_Multiply
PyObject* PyNumber_Multiply(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_Negative
PyObject* PyNumber_Negative(PyObject* o)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_Or
PyObject* PyNumber_Or(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_Positive
PyObject* PyNumber_Positive(PyObject* o)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_Power
PyObject* PyNumber_Power(PyObject* o1, PyObject* o2, PyObject* o3)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_Remainder
PyObject* PyNumber_Remainder(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_Rshift
PyObject* PyNumber_Rshift(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_Subtract
PyObject* PyNumber_Subtract(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_ToBase
PyObject* PyNumber_ToBase(PyObject* n, int base)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_TrueDivide
PyObject* PyNumber_TrueDivide(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumber_Xor
PyObject* PyNumber_Xor(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyOS_AfterFork
void PyOS_AfterFork()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyOS_FiniInterrupts
void PyOS_FiniInterrupts()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyOS_InitInterrupts
void PyOS_InitInterrupts()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyOS_InterruptOccurred
int PyOS_InterruptOccurred()

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyOS_Readline
char* PyOS_Readline(FILE* , FILE* , char* )

////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////

PyOS_ascii_atof
double PyOS_ascii_atof(const(char)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyOS_ascii_formatd
char* PyOS_ascii_formatd(char* buffer, size_t buf_len, const(char)* format, double d)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyOS_ascii_strtod
double PyOS_ascii_strtod(const(char)* str, char** ptr)

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyOS_getsig
PyOS_sighandler_t PyOS_getsig(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyOS_setsig
PyOS_sighandler_t PyOS_setsig(int , PyOS_sighandler_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyOS_snprintf
int PyOS_snprintf(char* str, size_t size, const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyOS_strtol
C_long PyOS_strtol(char* , char** , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyOS_strtol
C_long PyOS_strtol(char* , char** , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyOS_strtoul
C_ulong PyOS_strtoul(char* , char** , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyOS_vsnprintf
int PyOS_vsnprintf(char* str, size_t size, const(char)* format, va_list va)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_AsCharBuffer
int PyObject_AsCharBuffer(PyObject* obj, const(char)** buffer, Py_ssize_t* buffer_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_AsFileDescriptor
int PyObject_AsFileDescriptor(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_AsReadBuffer
int PyObject_AsReadBuffer(PyObject* obj, void** buffer, Py_ssize_t* buffer_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_AsWriteBuffer
int PyObject_AsWriteBuffer(PyObject* obj, void** buffer, Py_ssize_t* buffer_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_Call
PyObject* PyObject_Call(PyObject* callable_object, PyObject* args, PyObject* kw)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_CallFunction
PyObject* PyObject_CallFunction(PyObject* callable_object, char* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_CallFunctionObjArgs
PyObject* PyObject_CallFunctionObjArgs(PyObject* callable, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_CallMethod
PyObject* PyObject_CallMethod(PyObject* o, char* m, char* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_CallMethodObjArgs
PyObject* PyObject_CallMethodObjArgs(PyObject* o, PyObject* m, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_CallObject
PyObject* PyObject_CallObject(PyObject* callable_object, PyObject* args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_CheckBuffer
int PyObject_CheckBuffer(PyObject* obj)
Undocumented in source. Be warned that the author may not have intended to support it.
PyObject_CheckReadBuffer
int PyObject_CheckReadBuffer(PyObject* obj)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_ClearWeakRefs
void PyObject_ClearWeakRefs(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_Cmp
int PyObject_Cmp(PyObject* o1, PyObject* o2, int* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_Compare
int PyObject_Compare(PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_CopyData
int PyObject_CopyData(PyObject* dest, PyObject* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_DelAttr
int PyObject_DelAttr(PyObject* o, PyObject* a)
Undocumented in source. Be warned that the author may not have intended to support it.
PyObject_DelAttrString
int PyObject_DelAttrString(PyObject* o, Char1* a)

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyObject_DelItem
int PyObject_DelItem(PyObject* o, PyObject* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_DelItemString
int PyObject_DelItemString(PyObject* o, char* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_Dir
PyObject* PyObject_Dir(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_Format
PyObject* PyObject_Format(PyObject* obj, PyObject* format_spec)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_Free
void PyObject_Free(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_GC_Del
void PyObject_GC_Del(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_GC_New
type* PyObject_GC_New(PyTypeObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PyObject_GC_NewVar
type* PyObject_GC_NewVar(PyTypeObject* o, Py_ssize_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
PyObject_GC_Resize
type* PyObject_GC_Resize(PyVarObject* op, Py_ssize_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
PyObject_GC_Track
void PyObject_GC_Track(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_GC_UnTrack
void PyObject_GC_UnTrack(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_GenericGetAttr
PyObject* PyObject_GenericGetAttr(PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_GenericSetAttr
int PyObject_GenericSetAttr(PyObject* , PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_GetAttr
PyObject* PyObject_GetAttr(PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_GetAttrString
PyObject* PyObject_GetAttrString(PyObject* , Char1* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_GetBuffer
int PyObject_GetBuffer(PyObject* obj, Py_buffer* view, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_GetItem
PyObject* PyObject_GetItem(PyObject* o, PyObject* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_GetIter
PyObject* PyObject_GetIter(PyObject* )

////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////

PyObject_HasAttr
int PyObject_HasAttr(PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_HasAttrString
int PyObject_HasAttrString(PyObject* , Char1* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_Hash
C_long PyObject_Hash(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_HashNotImplemented
C_long PyObject_HashNotImplemented(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_IS_GC
int PyObject_IS_GC(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PyObject_Init
Borrowed!PyObject* PyObject_Init(PyObject* , PyTypeObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_InitVar
Borrowed!PyVarObject* PyObject_InitVar(PyVarObject* , PyTypeObject* , Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_IsInstance
int PyObject_IsInstance(PyObject* object, PyObject* typeorclass)

////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////

PyObject_IsSubclass
int PyObject_IsSubclass(PyObject* object, PyObject* typeorclass)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_IsTrue
int PyObject_IsTrue(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_Malloc
void* PyObject_Malloc(size_t )

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyObject_New
type* PyObject_New(PyTypeObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PyObject_NewVar
type* PyObject_NewVar(PyTypeObject* o, Py_ssize_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
PyObject_Not
int PyObject_Not(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_Print
int PyObject_Print(PyObject* , FILE* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_Realloc
void* PyObject_Realloc(void* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_Repr
PyObject* PyObject_Repr(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_RichCompare
PyObject* PyObject_RichCompare(PyObject* , PyObject* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_RichCompareBool
int PyObject_RichCompareBool(PyObject* , PyObject* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_SelfIter
PyObject* PyObject_SelfIter(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_SetAttr
int PyObject_SetAttr(PyObject* , PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_SetAttrString
int PyObject_SetAttrString(PyObject* , Char1* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_SetItem
int PyObject_SetItem(PyObject* o, PyObject* key, PyObject* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_Size
Py_ssize_t PyObject_Size(PyObject* o)

////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////

PyObject_Str
PyObject* PyObject_Str(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_Type
PyObject* PyObject_Type(PyObject* o)

////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////

PyObject_TypeCheck
int PyObject_TypeCheck(PyObject* ob, PyTypeObject* tp)
Undocumented in source. Be warned that the author may not have intended to support it.
PyObject_Unicode
PyObject* PyObject_Unicode(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyParser_ASTFromFile
_mod* PyParser_ASTFromFile(FILE* , const(char)* , int , char* , char* , PyCompilerFlags* , int* , PyArena* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyParser_ASTFromString
_mod* PyParser_ASTFromString(const(char)* , const(char)* , int , PyCompilerFlags* , PyArena* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyParser_SimpleParseFile
node* PyParser_SimpleParseFile(FILE* f, const(char)* s, int b)
Undocumented in source. Be warned that the author may not have intended to support it.
PyParser_SimpleParseFile
node* PyParser_SimpleParseFile(FILE* , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyParser_SimpleParseFileFlags
node* PyParser_SimpleParseFileFlags(FILE* , const(char)* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyParser_SimpleParseString
node* PyParser_SimpleParseString(const(char)* s, int b)
Undocumented in source. Be warned that the author may not have intended to support it.
PyParser_SimpleParseString
node* PyParser_SimpleParseString(const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyParser_SimpleParseStringFlags
node* PyParser_SimpleParseStringFlags(const(char)* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyParser_SimpleParseStringFlagsFilename
node* PyParser_SimpleParseStringFlagsFilename(const(char)* , const(char)* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyRange_Check
int PyRange_Check(PyObject* op)

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyRange_New
PyObject* PyRange_New(C_long , C_long , C_long , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyRun_AnyFile
int PyRun_AnyFile(FILE* fp, const(char)* name)
Undocumented in source. Be warned that the author may not have intended to support it.
PyRun_AnyFile
int PyRun_AnyFile(FILE* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyRun_AnyFileEx
int PyRun_AnyFileEx(FILE* fp, const(char)* name, int closeit)
Undocumented in source. Be warned that the author may not have intended to support it.
PyRun_AnyFileEx
int PyRun_AnyFileEx(FILE* , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyRun_AnyFileExFlags
int PyRun_AnyFileExFlags(FILE* , const(char)* , int , PyCompilerFlags* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyRun_AnyFileFlags
int PyRun_AnyFileFlags(FILE* fp, const(char)* name, PyCompilerFlags* flags)
Undocumented in source. Be warned that the author may not have intended to support it.
PyRun_AnyFileFlags
int PyRun_AnyFileFlags(FILE* , const(char)* , PyCompilerFlags* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyRun_File
PyObject* PyRun_File(FILE* fp, const(char)* p, int s, PyObject* g, PyObject* l)
Undocumented in source. Be warned that the author may not have intended to support it.
PyRun_File
PyObject* PyRun_File(FILE* , const(char)* , int , PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyRun_FileEx
PyObject* PyRun_FileEx(FILE* fp, const(char)* p, int s, PyObject* g, PyObject* l, int c)
Undocumented in source. Be warned that the author may not have intended to support it.
PyRun_FileEx
PyObject* PyRun_FileEx(FILE* , const(char)* , int , PyObject* , PyObject* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyRun_FileExFlags
PyObject* PyRun_FileExFlags(FILE* , const(char)* , int , PyObject* , PyObject* , int , PyCompilerFlags* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyRun_FileFlags
PyObject* PyRun_FileFlags(FILE* fp, const(char)* p, int s, PyObject* g, PyObject* l, PyCompilerFlags* flags)
Undocumented in source. Be warned that the author may not have intended to support it.
PyRun_FileFlags
PyObject* PyRun_FileFlags(FILE* , const(char)* , int , PyObject* , PyObject* , PyCompilerFlags* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyRun_InteractiveLoop
int PyRun_InteractiveLoop(FILE* f, const(char)* p)
Undocumented in source. Be warned that the author may not have intended to support it.
PyRun_InteractiveLoop
int PyRun_InteractiveLoop(FILE* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyRun_InteractiveLoopFlags
int PyRun_InteractiveLoopFlags(FILE* , const(char)* , PyCompilerFlags* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyRun_InteractiveOne
int PyRun_InteractiveOne(FILE* f, const(char)* p)
Undocumented in source. Be warned that the author may not have intended to support it.
PyRun_InteractiveOne
int PyRun_InteractiveOne(FILE* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyRun_InteractiveOneFlags
int PyRun_InteractiveOneFlags(FILE* , const(char)* , PyCompilerFlags* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyRun_SimpleFile
int PyRun_SimpleFile(FILE* f, const(char)* p)
Undocumented in source. Be warned that the author may not have intended to support it.
PyRun_SimpleFile
int PyRun_SimpleFile(FILE* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyRun_SimpleFileEx
int PyRun_SimpleFileEx(FILE* f, const(char)* p, int c)
Undocumented in source. Be warned that the author may not have intended to support it.
PyRun_SimpleFileEx
int PyRun_SimpleFileEx(FILE* , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyRun_SimpleFileExFlags
int PyRun_SimpleFileExFlags(FILE* , const(char)* , int , PyCompilerFlags* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyRun_SimpleString
int PyRun_SimpleString(const(char)* s)
Undocumented in source. Be warned that the author may not have intended to support it.
PyRun_SimpleString
int PyRun_SimpleString(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyRun_SimpleStringFlags
int PyRun_SimpleStringFlags(const(char)* , PyCompilerFlags* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyRun_String
PyObject* PyRun_String(const(char)* str, int s, PyObject* g, PyObject* l)
Undocumented in source. Be warned that the author may not have intended to support it.
PyRun_String
PyObject* PyRun_String(const(char)* , int , PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyRun_StringFlags
PyObject* PyRun_StringFlags(const(char)* , int , PyObject* , PyObject* , PyCompilerFlags* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySeqIter_Check
int PySeqIter_Check(PyObject* op)

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PySeqIter_New
PyObject* PySeqIter_New(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySequence_Check
int PySequence_Check(PyObject* o)

////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////

PySequence_Concat
PyObject* PySequence_Concat(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySequence_Contains
int PySequence_Contains(PyObject* seq, PyObject* ob)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySequence_Count
Py_ssize_t PySequence_Count(PyObject* o, PyObject* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySequence_DelItem
int PySequence_DelItem(PyObject* o, Py_ssize_t i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySequence_DelSlice
int PySequence_DelSlice(PyObject* o, Py_ssize_t i1, Py_ssize_t i2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySequence_Fast
PyObject* PySequence_Fast(PyObject* o, const(char)* m)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySequence_Fast_GET_ITEM
PyObject* PySequence_Fast_GET_ITEM(PyObject* o, Py_ssize_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
PySequence_Fast_GET_SIZE
Py_ssize_t PySequence_Fast_GET_SIZE(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PySequence_Fast_ITEMS
PyObject** PySequence_Fast_ITEMS(PyObject* sf)
Undocumented in source. Be warned that the author may not have intended to support it.
PySequence_GetItem
PyObject* PySequence_GetItem(PyObject* o, Py_ssize_t i)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySequence_GetSlice
PyObject* PySequence_GetSlice(PyObject* o, Py_ssize_t i1, Py_ssize_t i2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySequence_ITEM
PyObject* PySequence_ITEM(PyObject* o, Py_ssize_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
PySequence_InPlaceConcat
PyObject* PySequence_InPlaceConcat(PyObject* o1, PyObject* o2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySequence_InPlaceRepeat
PyObject* PySequence_InPlaceRepeat(PyObject* o, Py_ssize_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySequence_Index
Py_ssize_t PySequence_Index(PyObject* o, PyObject* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySequence_List
PyObject* PySequence_List(PyObject* o)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySequence_Repeat
PyObject* PySequence_Repeat(PyObject* o, Py_ssize_t count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySequence_SetItem
int PySequence_SetItem(PyObject* o, Py_ssize_t i, PyObject* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySequence_SetSlice
int PySequence_SetSlice(PyObject* o, Py_ssize_t i1, Py_ssize_t i2, PyObject* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySequence_Size
Py_ssize_t PySequence_Size(PyObject* o)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySequence_Tuple
PyObject* PySequence_Tuple(PyObject* o)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySet_Add
int PySet_Add(PyObject* set, PyObject* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySet_Check
bool PySet_Check(PyObject* ob)
Undocumented in source. Be warned that the author may not have intended to support it.
PySet_Clear
int PySet_Clear(PyObject* set)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySet_Contains
int PySet_Contains(PyObject* anyset, PyObject* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySet_Discard
int PySet_Discard(PyObject* set, PyObject* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySet_GET_SIZE
Py_ssize_t PySet_GET_SIZE(PyObject* so)
Undocumented in source. Be warned that the author may not have intended to support it.
PySet_New
PyObject* PySet_New(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySet_Pop
PyObject* PySet_Pop(PyObject* set)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySet_Size
Py_ssize_t PySet_Size(PyObject* anyset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySlice_Check
int PySlice_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PySlice_GetIndices
int PySlice_GetIndices(PySliceObject* r, Py_ssize_t length, Py_ssize_t* start, Py_ssize_t* stop, Py_ssize_t* step)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySlice_GetIndicesEx
int PySlice_GetIndicesEx(PySliceObject* r, Py_ssize_t length, Py_ssize_t* start, Py_ssize_t* stop, Py_ssize_t* step, Py_ssize_t* slicelength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySlice_New
PyObject* PySlice_New(PyObject* start, PyObject* stop, PyObject* step)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyStaticMethod_New
PyObject* PyStaticMethod_New(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyString_AS_STRING
const(char)* PyString_AS_STRING(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyString_AsDecodedObject
PyObject* PyString_AsDecodedObject(PyObject* str, const(char)* encoding, const(char)* errors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyString_AsEncodedObject
PyObject* PyString_AsEncodedObject(PyObject* str, const(char)* encoding, const(char)* errors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyString_AsString
const(char)* PyString_AsString(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyString_AsStringAndSize
int PyString_AsStringAndSize(PyObject* obj, char** s, int* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyString_CHECK_INTERNED
int PyString_CHECK_INTERNED(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyString_Check
int PyString_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyString_CheckExact
int PyString_CheckExact(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyString_Concat
void PyString_Concat(PyObject** , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyString_ConcatAndDel
void PyString_ConcatAndDel(PyObject** , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyString_Decode
PyObject* PyString_Decode(const(char)* s, Py_ssize_t size, const(char)* encoding, const(char)* errors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyString_DecodeEscape
PyObject* PyString_DecodeEscape(const(char)* , Py_ssize_t , const(char)* , Py_ssize_t , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyString_Encode
PyObject* PyString_Encode(const(char)* s, Py_ssize_t size, const(char)* encoding, const(char)* errors)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyString_Fini
void PyString_Fini()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyString_Format
PyObject* PyString_Format(PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyString_FromFormat
PyObject* PyString_FromFormat(const(char)* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyString_FromString
PyObject* PyString_FromString(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyString_FromStringAndSize
PyObject* PyString_FromStringAndSize(const(char)* , Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyString_GET_SIZE
Py_ssize_t PyString_GET_SIZE(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyString_InternFromString
PyObject* PyString_InternFromString(const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyString_InternImmortal
void PyString_InternImmortal(PyObject** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyString_InternInPlace
void PyString_InternInPlace(PyObject** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyString_Repr
PyObject* PyString_Repr(PyObject* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyString_Size
Py_ssize_t PyString_Size(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyStructSequence_InitType
void PyStructSequence_InitType(PyTypeObject* type, PyStructSequence_Desc* desc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyStructSequence_New
PyObject* PyStructSequence_New(PyTypeObject* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyStructSequence_SET_ITEM
PyObject* PyStructSequence_SET_ITEM(PyObject* op, int i, PyObject* v)
Undocumented in source. Be warned that the author may not have intended to support it.
PySys_AddWarnOption
void PySys_AddWarnOption(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySys_GetFile
FILE* PySys_GetFile(char* , FILE* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySys_GetObject
PyObject* PySys_GetObject(char* )

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PySys_HasWarnOptions
int PySys_HasWarnOptions()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySys_ResetWarnOptions
void PySys_ResetWarnOptions()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySys_SetArgv
void PySys_SetArgv(int , char** )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySys_SetArgvEx
void PySys_SetArgvEx(int , char** , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySys_SetObject
int PySys_SetObject(char* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySys_SetPath
void PySys_SetPath(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySys_WriteStderr
void PySys_WriteStderr(const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySys_WriteStdout
void PySys_WriteStdout(const(char)* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyTZInfo_Check
int PyTZInfo_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyTZInfo_CheckExact
int PyTZInfo_CheckExact(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyThreadState_Clear
void PyThreadState_Clear(PyThreadState* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThreadState_Delete
void PyThreadState_Delete(PyThreadState* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThreadState_DeleteCurrent
void PyThreadState_DeleteCurrent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThreadState_Get
PyThreadState* PyThreadState_Get()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThreadState_GetDict
Borrowed!PyObject* PyThreadState_GetDict()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThreadState_New
PyThreadState* PyThreadState_New(PyInterpreterState* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThreadState_Next
PyThreadState* PyThreadState_Next(PyThreadState* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThreadState_SetAsyncExc
int PyThreadState_SetAsyncExc(C_long , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThreadState_Swap
PyThreadState* PyThreadState_Swap(PyThreadState* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThread__PyThread_exit_prog
void PyThread__PyThread_exit_prog(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThread__PyThread_exit_thread
void PyThread__PyThread_exit_thread()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThread_acquire_lock
int PyThread_acquire_lock(PyThread_type_lock , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThread_allocate_lock
PyThread_type_lock PyThread_allocate_lock()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThread_create_key
int PyThread_create_key()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThread_delete_key
void PyThread_delete_key(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThread_delete_key_value
void PyThread_delete_key_value(int key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThread_exit_prog
void PyThread_exit_prog(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThread_exit_thread
void PyThread_exit_thread()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThread_free_lock
void PyThread_free_lock(PyThread_type_lock )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThread_get_key_value
void* PyThread_get_key_value(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThread_get_stacksize
size_t PyThread_get_stacksize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThread_get_thread_ident
C_long PyThread_get_thread_ident()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThread_init_thread
void PyThread_init_thread()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThread_release_lock
void PyThread_release_lock(PyThread_type_lock )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThread_set_key_value
int PyThread_set_key_value(int , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThread_set_stacksize
int PyThread_set_stacksize(size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyThread_start_new_thread
C_long PyThread_start_new_thread(void function(void*) , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyTime_Check
int PyTime_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyTime_CheckExact
int PyTime_CheckExact(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyTime_FromTime
PyObject* PyTime_FromTime(int hour, int minute, int second, int usecond)
Undocumented in source. Be warned that the author may not have intended to support it.
PyTraceBack_Check
int PyTraceBack_Check(PyObject* v)
Undocumented in source. Be warned that the author may not have intended to support it.
PyTraceBack_Here
int PyTraceBack_Here(PyFrameObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyTraceBack_Print
int PyTraceBack_Print(PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyTuple_Check
int PyTuple_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyTuple_CheckExact
int PyTuple_CheckExact(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyTuple_ClearFreeList
int PyTuple_ClearFreeList()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyTuple_Fini
void PyTuple_Fini()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyTuple_GET_ITEM
Borrowed!PyObject* PyTuple_GET_ITEM(PyObject* op, Py_ssize_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
PyTuple_GET_SIZE
size_t PyTuple_GET_SIZE(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyTuple_GetItem
Borrowed!PyObject* PyTuple_GetItem(PyObject* , Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyTuple_GetSlice
PyObject* PyTuple_GetSlice(PyObject* , Py_ssize_t , Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyTuple_New
PyObject* PyTuple_New(Py_ssize_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyTuple_Pack
PyObject* PyTuple_Pack(Py_ssize_t , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyTuple_SET_ITEM
PyObject* PyTuple_SET_ITEM(PyObject* op, Py_ssize_t i, PyObject* v)
Undocumented in source. Be warned that the author may not have intended to support it.
PyTuple_SetItem
int PyTuple_SetItem(PyObject* , Py_ssize_t , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyTuple_Size
Py_ssize_t PyTuple_Size(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyType_Check
int PyType_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyType_CheckExact
int PyType_CheckExact(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyType_ClearCache
uint PyType_ClearCache()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyType_GenericAlloc
PyObject* PyType_GenericAlloc(PyTypeObject* , Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyType_GenericNew
PyObject* PyType_GenericNew(PyTypeObject* , PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyType_HasFeature
int PyType_HasFeature(PyTypeObject* t, int f)
Undocumented in source. Be warned that the author may not have intended to support it.
PyType_IS_GC
int PyType_IS_GC(PyTypeObject* t)
Undocumented in source. Be warned that the author may not have intended to support it.
PyType_IsSubtype
int PyType_IsSubtype(PyTypeObject* , PyTypeObject* )

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyType_Modified
void PyType_Modified(PyTypeObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyType_Ready
int PyType_Ready(PyTypeObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeDecodeError_Create
PyObject* PyUnicodeDecodeError_Create(const(char)* , const(char)* , Py_ssize_t , Py_ssize_t , Py_ssize_t , const(char)* )

////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////

PyUnicodeDecodeError_GetEncoding
PyObject* PyUnicodeDecodeError_GetEncoding(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeDecodeError_GetEnd
int PyUnicodeDecodeError_GetEnd(PyObject* , Py_ssize_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeDecodeError_GetObject
PyObject* PyUnicodeDecodeError_GetObject(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeDecodeError_GetReason
PyObject* PyUnicodeDecodeError_GetReason(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeDecodeError_GetStart
int PyUnicodeDecodeError_GetStart(PyObject* , Py_ssize_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeDecodeError_SetEnd
int PyUnicodeDecodeError_SetEnd(PyObject* , Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeDecodeError_SetReason
int PyUnicodeDecodeError_SetReason(PyObject* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeDecodeError_SetStart
int PyUnicodeDecodeError_SetStart(PyObject* , Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeEncodeError_Create
PyObject* PyUnicodeEncodeError_Create(const(char)* , Py_UNICODE* , Py_ssize_t , Py_ssize_t , Py_ssize_t , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeEncodeError_GetEncoding
PyObject* PyUnicodeEncodeError_GetEncoding(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeEncodeError_GetEnd
int PyUnicodeEncodeError_GetEnd(PyObject* , Py_ssize_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeEncodeError_GetObject
PyObject* PyUnicodeEncodeError_GetObject(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeEncodeError_GetReason
PyObject* PyUnicodeEncodeError_GetReason(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeEncodeError_GetStart
int PyUnicodeEncodeError_GetStart(PyObject* , Py_ssize_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeEncodeError_SetEnd
int PyUnicodeEncodeError_SetEnd(PyObject* , Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeEncodeError_SetReason
int PyUnicodeEncodeError_SetReason(PyObject* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeEncodeError_SetStart
int PyUnicodeEncodeError_SetStart(PyObject* , Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeTranslateError_Create
PyObject* PyUnicodeTranslateError_Create(Py_UNICODE* , Py_ssize_t , Py_ssize_t , Py_ssize_t , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeTranslateError_GetEnd
int PyUnicodeTranslateError_GetEnd(PyObject* , Py_ssize_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeTranslateError_GetObject
PyObject* PyUnicodeTranslateError_GetObject(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeTranslateError_GetReason
PyObject* PyUnicodeTranslateError_GetReason(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeTranslateError_GetStart
int PyUnicodeTranslateError_GetStart(PyObject* , Py_ssize_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeTranslateError_SetEnd
int PyUnicodeTranslateError_SetEnd(PyObject* , Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeTranslateError_SetReason
int PyUnicodeTranslateError_SetReason(PyObject* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeTranslateError_SetStart
int PyUnicodeTranslateError_SetStart(PyObject* , Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicode_AS_DATA
const(char)* PyUnicode_AS_DATA(PyUnicodeObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyUnicode_AS_UNICODE
Py_UNICODE* PyUnicode_AS_UNICODE(PyUnicodeObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyUnicode_Check
int PyUnicode_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyUnicode_CheckExact
int PyUnicode_CheckExact(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyUnicode_GET_DATA_SIZE
size_t PyUnicode_GET_DATA_SIZE(PyUnicodeObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyUnicode_GET_SIZE
size_t PyUnicode_GET_SIZE(PyUnicodeObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyWeakref_Check
int PyWeakref_Check(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyWeakref_CheckProxy
int PyWeakref_CheckProxy(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyWeakref_CheckRef
int PyWeakref_CheckRef(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyWeakref_CheckRefExact
int PyWeakref_CheckRefExact(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
PyWeakref_GET_OBJECT
Borrowed!PyObject* PyWeakref_GET_OBJECT(PyObject* _ref)
Undocumented in source. Be warned that the author may not have intended to support it.
PyWeakref_GetObject
Borrowed!PyObject* PyWeakref_GetObject(PyObject* _ref)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyWeakref_NewProxy
PyObject* PyWeakref_NewProxy(PyObject* ob, PyObject* callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyWeakref_NewRef
PyObject* PyWeakref_NewRef(PyObject* ob, PyObject* callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyWrapper_New
PyObject* PyWrapper_New(PyObject* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_AddPendingCall
int Py_AddPendingCall(int function(void*) func, void* arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_AtExit
int Py_AtExit(void function() func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_BuildValue
PyObject* Py_BuildValue(Char1* , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_CompileString
PyObject* Py_CompileString(const(char)* str, const(char)* p, int s)
Undocumented in source. Be warned that the author may not have intended to support it.
Py_CompileString
PyObject* Py_CompileString(const(char)* , const(char)* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_CompileStringFlags
PyObject* Py_CompileStringFlags(const(char)* , const(char)* , int , PyCompilerFlags* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_DECREF
void Py_DECREF(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
Py_DecRef
void Py_DecRef(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_EndInterpreter
void Py_EndInterpreter(PyThreadState* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_Exit
void Py_Exit(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_FatalError
void Py_FatalError(char* message)

////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////

Py_FdIsInteractive
int Py_FdIsInteractive(FILE* , const(char)* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_FileSystemDefaultEncoding
const(char)* Py_FileSystemDefaultEncoding()
Undocumented in source. Be warned that the author may not have intended to support it.
Py_Finalize
void Py_Finalize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_FindMethod
PyObject* Py_FindMethod(PyMethodDef[] , PyObject* , Char1* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_FindMethodInChain
PyObject* Py_FindMethodInChain(PyMethodChain* , PyObject* , Char1* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_FlushLine
int Py_FlushLine()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_GetBuildInfo
const(char)* Py_GetBuildInfo()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_GetCompiler
const(char)* Py_GetCompiler()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_GetCopyright
const(char)* Py_GetCopyright()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_GetExecPrefix
char* Py_GetExecPrefix()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_GetPath
char* Py_GetPath()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_GetPlatform
const(char)* Py_GetPlatform()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_GetPrefix
char* Py_GetPrefix()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_GetProgramFullPath
char* Py_GetProgramFullPath()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_GetProgramName
char* Py_GetProgramName()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_GetPythonHome
char* Py_GetPythonHome()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_GetRecursionLimit
int Py_GetRecursionLimit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_GetVersion
const(char)* Py_GetVersion()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_INCREF
auto Py_INCREF(T op)

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

Py_IncRef
void Py_IncRef(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_Initialize
void Py_Initialize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_InitializeEx
void Py_InitializeEx(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_IsInitialized
int Py_IsInitialized()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_Main
int Py_Main(int argc, char** argv)

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

Py_MakePendingCalls
int Py_MakePendingCalls()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_NewInterpreter
PyThreadState* Py_NewInterpreter()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_REFCNT
auto Py_REFCNT(PyObject* ob)
Undocumented in source. Be warned that the author may not have intended to support it.
Py_ReprEnter
int Py_ReprEnter(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_ReprLeave
void Py_ReprLeave(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_SIZE
auto Py_SIZE(PyVarObject* ob)
Undocumented in source. Be warned that the author may not have intended to support it.
Py_SetProgramName
void Py_SetProgramName(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_SetPythonHome
void Py_SetPythonHome(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_SetRecursionLimit
void Py_SetRecursionLimit(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_SubversionRevision
const(char)* Py_SubversionRevision()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_SubversionShortBranch
const(char)* Py_SubversionShortBranch()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TYPE
auto Py_TYPE(PyObject* ob)
Undocumented in source. Be warned that the author may not have intended to support it.
Py_UNICODE_COPY
void Py_UNICODE_COPY(void* target, void* source, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
Py_UNICODE_FILL
void Py_UNICODE_FILL(Py_UNICODE* target, Py_UNICODE value, size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
Py_UNICODE_ISALNUM
int Py_UNICODE_ISALNUM(Py_UNICODE ch)
Undocumented in source. Be warned that the author may not have intended to support it.
Py_UNICODE_MATCH
int Py_UNICODE_MATCH(PyUnicodeObject* string, size_t offset, PyUnicodeObject* substring)
Undocumented in source. Be warned that the author may not have intended to support it.
Py_UniversalNewlineFgets
char* Py_UniversalNewlineFgets(char* , int , FILE* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_UniversalNewlineFread
size_t Py_UniversalNewlineFread(char* , size_t , FILE* , PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_XDECREF
void Py_XDECREF(PyObject* op)
Undocumented in source. Be warned that the author may not have intended to support it.
Py_XINCREF
auto Py_XINCREF(T op)
Undocumented in source. Be warned that the author may not have intended to support it.
PycStringIO_InputCheck
int PycStringIO_InputCheck(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PycStringIO_OutputCheck
int PycStringIO_OutputCheck(PyObject* o)
Undocumented in source. Be warned that the author may not have intended to support it.
PycString_IMPORT
PycStringIO_CAPI* PycString_IMPORT()
Undocumented in source. Be warned that the author may not have intended to support it.
_PyBuiltin_Init
PyObject* _PyBuiltin_Init()

////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////

_PyBytes_FormatAdvanced
PyObject* _PyBytes_FormatAdvanced(PyObject* obj, char* format_spec, Py_ssize_t format_spec_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyCodec_Lookup
PyObject* _PyCodec_Lookup(const(char)* encoding)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyEval_CallTracing
PyObject* _PyEval_CallTracing(PyObject* func, PyObject* args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyExc_Fini
void _PyExc_Fini()

////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////

_PyExc_Init
void _PyExc_Init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyFrame_Init
int _PyFrame_Init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyImportHooks_Init
void _PyImportHooks_Init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyImport_FindExtension
PyObject* _PyImport_FindExtension(char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyImport_Fini
void _PyImport_Fini()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyImport_FixupExtension
PyObject* _PyImport_FixupExtension(char* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyImport_Init
void _PyImport_Init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyInstance_Lookup
PyObject* _PyInstance_Lookup(PyObject* pinst, PyObject* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyInt_Format
PyObject* _PyInt_Format(PyIntObject* v, int base, int newstyle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyInt_FormatAdvanced
PyObject* _PyInt_FormatAdvanced(PyObject* obj, char* format_spec, Py_ssize_t format_spec_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyInt_Init
int _PyInt_Init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyLong_AsByteArray
int _PyLong_AsByteArray(PyLongObject* v, ubyte* bytes, size_t n, int little_endian, int is_signed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyLong_Copy
PyObject* _PyLong_Copy(PyLongObject* src)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyLong_Format
PyObject* _PyLong_Format(PyObject* aa, int base, int addL, int newstyle)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyLong_FormatAdvanced
PyObject* _PyLong_FormatAdvanced(PyObject* obj, char* format_spec, Py_ssize_t format_spec_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyLong_FromByteArray
PyObject* _PyLong_FromByteArray(const(ubyte)* bytes, size_t n, int little_endian, int is_signed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyLong_New
PyLongObject* _PyLong_New(int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyLong_NumBits
size_t _PyLong_NumBits(PyObject* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyLong_Sign
int _PyLong_Sign(PyObject* v)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyModule_Clear
void _PyModule_Clear(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyNumber_ConvertIntegralToInt
PyObject* _PyNumber_ConvertIntegralToInt(PyObject* integral, const(char)* error_format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyObject_CallFunction_SizeT
PyObject* _PyObject_CallFunction_SizeT(PyObject* callable, char* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyObject_CallMethod_SizeT
PyObject* _PyObject_CallMethod_SizeT(PyObject* o, char* name, char* format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyObject_GC_Malloc
PyObject* _PyObject_GC_Malloc(size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyObject_GC_New
PyObject* _PyObject_GC_New(PyTypeObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyObject_GC_NewVar
PyVarObject* _PyObject_GC_NewVar(PyTypeObject* , Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyObject_GC_Resize
PyVarObject* _PyObject_GC_Resize(PyVarObject* , Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyObject_LengthHint
Py_ssize_t _PyObject_LengthHint(PyObject* , Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyObject_LengthHint
Py_ssize_t _PyObject_LengthHint(PyObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyObject_New
PyObject* _PyObject_New(PyTypeObject* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyObject_NewVar
PyVarObject* _PyObject_NewVar(PyTypeObject* , Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyObject_RealIsInstance
int _PyObject_RealIsInstance(PyObject* inst, PyObject* cls)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyObject_RealIsSubclass
int _PyObject_RealIsSubclass(PyObject* derived, PyObject* cls)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PySequence_IterSearch
Py_ssize_t _PySequence_IterSearch(PyObject* seq, PyObject* obj, int operation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PySet_Next
int _PySet_Next(PyObject* set, Py_ssize_t* pos, PyObject** entry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PySet_Update
int _PySet_Update(PyObject* set, PyObject* iterable)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyString_InsertThousandsGrouping
int _PyString_InsertThousandsGrouping(char* buffer, Py_ssize_t n_buffer, Py_ssize_t n_digits, Py_ssize_t buf_size, Py_ssize_t* count, int append_zero_char)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyString_Join
PyObject* _PyString_Join(PyObject* sep, PyObject* x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PySys_Init
PyObject* _PySys_Init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyThreadState_Init
void _PyThreadState_Init(PyThreadState* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyThreadState_Prealloc
PyThreadState* _PyThreadState_Prealloc(PyInterpreterState* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyTime_DoubleToTimet
time_t _PyTime_DoubleToTimet(double x)

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

_PyTuple_Resize
int _PyTuple_Resize(PyObject** , Py_ssize_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyWeakref_ClearRef
void _PyWeakref_ClearRef(PyWeakReference* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyWeakref_GetWeakrefCount
Py_ssize_t _PyWeakref_GetWeakrefCount(PyWeakReference* head)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyWeakref_GetWeakrefCount
C_long _PyWeakref_GetWeakrefCount(PyWeakReference* head)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Py_DisplaySourceLine
int _Py_DisplaySourceLine(PyObject* , const(char)* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_Py_svnversion
const(char)* _Py_svnversion()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
borrowed
Borrowed!T* borrowed(T* obj)

Convert a python reference to borrowed reference.

c_abs
double c_abs(Py_complex )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_diff
Py_complex c_diff(Py_complex , Py_complex )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_neg
Py_complex c_neg(Py_complex )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_pow
Py_complex c_pow(Py_complex , Py_complex )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_prod
Py_complex c_prod(Py_complex , Py_complex )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_quot
Py_complex c_quot(Py_complex , Py_complex )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_sum
Py_complex c_sum(Py_complex , Py_complex )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lazy_eval
typeof(Ptr) lazy_eval()
Undocumented in source. Be warned that the author may not have intended to support it.
lazy_sys
typeof(Ptr) lazy_sys()
Undocumented in source. Be warned that the author may not have intended to support it.
substitute_and_alias
string substitute_and_alias(string code)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

DATETIME_API_MAGIC
enum DATETIME_API_MAGIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FUTURE_ABSOLUTE_IMPORT
enum FUTURE_ABSOLUTE_IMPORT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FUTURE_DIVISION
enum FUTURE_DIVISION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FUTURE_GENERATORS
enum FUTURE_GENERATORS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FUTURE_NESTED_SCOPES
enum FUTURE_NESTED_SCOPES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FUTURE_PRINT_FUNCTION
enum FUTURE_PRINT_FUNCTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FUTURE_UNICODE_LITERALS
enum FUTURE_UNICODE_LITERALS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
FUTURE_WITH_STATEMENT
enum FUTURE_WITH_STATEMENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NOWAIT_LOCK
enum NOWAIT_LOCK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PYOS_STACK_MARGIN
enum PYOS_STACK_MARGIN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PYTHON_API_STRING
enum PYTHON_API_STRING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PYTHON_API_STRING
enum PYTHON_API_STRING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PYTHON_API_VERSION
enum PYTHON_API_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PYTHON_API_VERSION
enum PYTHON_API_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PY_STDIOTEXTMODE
enum PY_STDIOTEXTMODE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBUF_ANY_CONTIGUOUS
enum PyBUF_ANY_CONTIGUOUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBUF_CONTIG
enum PyBUF_CONTIG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBUF_CONTIG_RO
enum PyBUF_CONTIG_RO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBUF_C_CONTIGUOUS
enum PyBUF_C_CONTIGUOUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBUF_FORMAT
enum PyBUF_FORMAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBUF_FULL
enum PyBUF_FULL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBUF_FULL_RO
enum PyBUF_FULL_RO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBUF_F_CONTIGUOUS
enum PyBUF_F_CONTIGUOUS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBUF_INDIRECT
enum PyBUF_INDIRECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBUF_ND
enum PyBUF_ND;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBUF_READ
enum PyBUF_READ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBUF_RECORDS
enum PyBUF_RECORDS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBUF_RECORDS_RO
enum PyBUF_RECORDS_RO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBUF_SHADOW
enum PyBUF_SHADOW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBUF_SIMPLE
enum PyBUF_SIMPLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBUF_STRIDED
enum PyBUF_STRIDED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBUF_STRIDED_RO
enum PyBUF_STRIDED_RO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBUF_STRIDES
enum PyBUF_STRIDES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBUF_WRITABLE
enum PyBUF_WRITABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBUF_WRITE
enum PyBUF_WRITE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBUF_WRITEABLE
enum PyBUF_WRITEABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySet_MINSIZE
enum PySet_MINSIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyTrace_CALL
enum PyTrace_CALL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyTrace_C_CALL
enum PyTrace_C_CALL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyTrace_C_EXCEPTION
enum PyTrace_C_EXCEPTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyTrace_C_RETURN
enum PyTrace_C_RETURN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyTrace_EXCEPTION
enum PyTrace_EXCEPTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyTrace_LINE
enum PyTrace_LINE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyTrace_RETURN
enum PyTrace_RETURN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicode_
enum PyUnicode_;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicode_
enum PyUnicode_;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyWrapperFlag_KEYWORDS
enum PyWrapperFlag_KEYWORDS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_InitModuleSym
enum Py_InitModuleSym;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_InitModuleSym
enum Py_InitModuleSym;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_InitModuleSym
enum Py_InitModuleSym;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_MARSHAL_VERSION
enum Py_MARSHAL_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_MARSHAL_VERSION
enum Py_MARSHAL_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_BASE_EXC_SUBCLASS
enum Py_TPFLAGS_BASE_EXC_SUBCLASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_DEFAULT_EXTERNAL
enum Py_TPFLAGS_DEFAULT_EXTERNAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_DICT_SUBCLASS
enum Py_TPFLAGS_DICT_SUBCLASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_HAVE_INDEX
enum Py_TPFLAGS_HAVE_INDEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_HAVE_NEWBUFFER
enum Py_TPFLAGS_HAVE_NEWBUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_HAVE_VERSION_TAG
enum Py_TPFLAGS_HAVE_VERSION_TAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_INT_SUBCLASS
enum Py_TPFLAGS_INT_SUBCLASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_IS_ABSTRACT
enum Py_TPFLAGS_IS_ABSTRACT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_LIST_SUBCLASS
enum Py_TPFLAGS_LIST_SUBCLASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_LONG_SUBCLASS
enum Py_TPFLAGS_LONG_SUBCLASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_STRING_SUBCLASS
enum Py_TPFLAGS_STRING_SUBCLASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_TUPLE_SUBCLASS
enum Py_TPFLAGS_TUPLE_SUBCLASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_TYPE_SUBCLASS
enum Py_TPFLAGS_TYPE_SUBCLASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_UNICODE_SUBCLASS
enum Py_TPFLAGS_UNICODE_SUBCLASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_VALID_VERSION_TAG
enum Py_TPFLAGS_VALID_VERSION_TAG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
READONLY
enum READONLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
READ_RESTRICTED
enum READ_RESTRICTED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RESTRICTED
enum RESTRICTED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
T_BOOL
enum T_BOOL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
T_BYTE
enum T_BYTE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
T_CHAR
enum T_CHAR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
T_DOUBLE
enum T_DOUBLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
T_FLOAT
enum T_FLOAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
T_INT
enum T_INT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
T_LONG
enum T_LONG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
T_LONGLONG
enum T_LONGLONG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
T_OBJECT
enum T_OBJECT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
T_OBJECT_EX
enum T_OBJECT_EX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
T_PYSSIZET
enum T_PYSSIZET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
T_SHORT
enum T_SHORT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
T_STRING
enum T_STRING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
T_STRING_INPLACE
enum T_STRING_INPLACE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
T_UBYTE
enum T_UBYTE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
T_UINT
enum T_UINT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
T_ULONG
enum T_ULONG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
T_ULONGLONG
enum T_ULONGLONG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
T_USHORT
enum T_USHORT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WAIT_LOCK
enum WAIT_LOCK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
WRITE_RESTRICTED
enum WRITE_RESTRICTED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyDateTime_DATETIME_DATASIZE
enum _PyDateTime_DATETIME_DATASIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyDateTime_DATE_DATASIZE
enum _PyDateTime_DATE_DATASIZE;

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

_PyDateTime_TIME_DATASIZE
enum _PyDateTime_TIME_DATASIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Properties

lazy_load
typeof(Ptr) lazy_load [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

PyOS_InputHook
int function() PyOS_InputHook;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyOS_ReadlineFunctionPointer
char* function(FILE*, FILE*, char*) PyOS_ReadlineFunctionPointer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

Borrowed
struct Borrowed(T)

Denotes a borrowed reference.

PyAddrPair
struct PyAddrPair
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyArena
struct PyArena
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyBaseExceptionObject
struct PyBaseExceptionObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyBufferProcs
struct PyBufferProcs
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCFunctionObject
struct PyCFunctionObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCObject
struct PyCObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyCellObject
struct PyCellObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyClassObject
struct PyClassObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyCodeObject
struct PyCodeObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyCompilerFlags
struct PyCompilerFlags

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyComplexObject
struct PyComplexObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDateTime_CAPI
struct PyDateTime_CAPI
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDateTime_Date
struct PyDateTime_Date
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDateTime_DateTime
struct PyDateTime_DateTime
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDateTime_Delta
struct PyDateTime_Delta
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDateTime_TZInfo
struct PyDateTime_TZInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDateTime_Time
struct PyDateTime_Time
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDescrObject
struct PyDescrObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDictEntry
struct PyDictEntry
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyEnvironmentErrorObject
struct PyEnvironmentErrorObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyFileObject
struct PyFileObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyFloatObject
struct PyFloatObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyFrameObject
struct PyFrameObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyFunctionObject
struct PyFunctionObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyFutureFeatures
struct PyFutureFeatures
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyGenObject
struct PyGenObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyGetSetDef
struct PyGetSetDef
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyGetSetDescrObject
struct PyGetSetDescrObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyInstanceObject
struct PyInstanceObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyIntObject
struct PyIntObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyInterpreterState
struct PyInterpreterState

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyListObject
struct PyListObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyLongObject
struct PyLongObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMappingMethods
struct PyMappingMethods
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMemberDef
struct PyMemberDef

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyMemberDescrObject
struct PyMemberDescrObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMethodChain
struct PyMethodChain
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMethodDef
struct PyMethodDef
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMethodDescrObject
struct PyMethodDescrObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyMethodObject
struct PyMethodObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyNumberMethods
struct PyNumberMethods
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject
struct PyObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySequenceMethods
struct PySequenceMethods
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySetObject
struct PySetObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PySliceObject
struct PySliceObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyStringObject
struct PyStringObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyStructSequence
struct PyStructSequence
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyStructSequence_Desc
struct PyStructSequence_Desc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyStructSequence_Field
struct PyStructSequence_Field

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PySyntaxErrorObject
struct PySyntaxErrorObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PySystemExitObject
struct PySystemExitObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyThreadState
struct PyThreadState
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyTracebackObject
struct PyTracebackObject

//////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////

PyTryBlock
struct PyTryBlock

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyTupleObject
struct PyTupleObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyTypeObject
struct PyTypeObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyUnicodeErrorObject
struct PyUnicodeErrorObject

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyUnicodeObject
struct PyUnicodeObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyVarObject
struct PyVarObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyWeakReference
struct PyWeakReference

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PyWindowsErrorObject
struct PyWindowsErrorObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyWrapperDescrObject
struct PyWrapperDescrObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_buffer
struct Py_buffer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_complex
struct Py_complex

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PycStringIO_CAPI
struct PycStringIO_CAPI
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyDateTime_BaseDateTime
struct _PyDateTime_BaseDateTime
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyDateTime_BaseTZInfo
struct _PyDateTime_BaseTZInfo
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyDateTime_BaseTime
struct _PyDateTime_BaseTime
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_dictobject
struct _dictobject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_frozen
struct _frozen
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_heaptypeobject
struct _heaptypeobject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_inittab
struct _inittab
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_mod
struct _mod
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
arraydescr
struct arraydescr
Undocumented in source.
arrayobject
struct arrayobject
Undocumented in source.
node
struct node

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

setentry
struct setentry

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

wrapperbase
struct wrapperbase
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Templates

PyDescr_COMMON
template PyDescr_COMMON()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_HEAD
template PyObject_HEAD()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyObject_VAR_HEAD
template PyObject_VAR_HEAD()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyDateTime_DATETIMEHEAD
template _PyDateTime_DATETIMEHEAD()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyDateTime_TIMEHEAD
template _PyDateTime_TIMEHEAD()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyObject_HEAD_EXTRA
template _PyObject_HEAD_EXTRA()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_PyTZINFO_HEAD
template _PyTZINFO_HEAD()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Unions

PyGC_Head
union PyGC_Head
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

CO_FUTURE_ABSOLUTE_IMPORT
enum int CO_FUTURE_ABSOLUTE_IMPORT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CO_FUTURE_DIVISION
enum int CO_FUTURE_DIVISION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CO_FUTURE_PRINT_FUNCTION
enum int CO_FUTURE_PRINT_FUNCTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CO_FUTURE_UNICODE_LITERALS
enum int CO_FUTURE_UNICODE_LITERALS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CO_FUTURE_WITH_STATEMENT
enum int CO_FUTURE_WITH_STATEMENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CO_GENERATOR
enum int CO_GENERATOR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CO_GENERATOR_ALLOWED
enum int CO_GENERATOR_ALLOWED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CO_MAXBLOCKS
enum int CO_MAXBLOCKS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CO_NESTED
enum int CO_NESTED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CO_NEWLOCALS
enum int CO_NEWLOCALS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CO_NOFREE
enum int CO_NOFREE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CO_OPTIMIZED
enum int CO_OPTIMIZED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CO_VARARGS
enum int CO_VARARGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CO_VARKEYWORDS
enum int CO_VARKEYWORDS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
METH_CLASS
enum int METH_CLASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
METH_COEXIST
enum int METH_COEXIST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
METH_KEYWORDS
enum int METH_KEYWORDS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
METH_NOARGS
enum int METH_NOARGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
METH_O
enum int METH_O;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
METH_OLDARGS
enum int METH_OLDARGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
METH_STATIC
enum int METH_STATIC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
METH_VARARGS
enum int METH_VARARGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PY_ITERSEARCH_CONTAINS
int PY_ITERSEARCH_CONTAINS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PY_ITERSEARCH_COUNT
int PY_ITERSEARCH_COUNT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PY_ITERSEARCH_INDEX
int PY_ITERSEARCH_INDEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDateTimeAPI
PyDateTime_CAPI* PyDateTimeAPI;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyDict_MINSIZE
enum int PyDict_MINSIZE;

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

Py_END_OF_BUFFER
enum int Py_END_OF_BUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_EQ
enum int Py_EQ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_GE
enum int Py_GE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_GT
enum int Py_GT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_LE
enum int Py_LE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_LT
enum int Py_LT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_NE
enum int Py_NE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_PRINT_RAW
enum int Py_PRINT_RAW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_BASETYPE
enum int Py_TPFLAGS_BASETYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_CHECKTYPES
enum int Py_TPFLAGS_CHECKTYPES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_DEFAULT
enum int Py_TPFLAGS_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_DEFAULT
enum int Py_TPFLAGS_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_GC
enum int Py_TPFLAGS_GC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_HAVE_CLASS
enum int Py_TPFLAGS_HAVE_CLASS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_HAVE_GC
enum int Py_TPFLAGS_HAVE_GC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_HAVE_GETCHARBUFFER
enum int Py_TPFLAGS_HAVE_GETCHARBUFFER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_HAVE_INPLACEOPS
enum int Py_TPFLAGS_HAVE_INPLACEOPS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_HAVE_ITER
enum int Py_TPFLAGS_HAVE_ITER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_HAVE_RICHCOMPARE
enum int Py_TPFLAGS_HAVE_RICHCOMPARE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_HAVE_SEQUENCE_IN
enum int Py_TPFLAGS_HAVE_SEQUENCE_IN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_HAVE_STACKLESS_EXTENSION
enum int Py_TPFLAGS_HAVE_STACKLESS_EXTENSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_HAVE_WEAKREFS
enum int Py_TPFLAGS_HAVE_WEAKREFS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_HEAPTYPE
enum int Py_TPFLAGS_HEAPTYPE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_READY
enum int Py_TPFLAGS_READY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_TPFLAGS_READYING
enum int Py_TPFLAGS_READYING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_UNICODE_REPLACEMENT_CHARACTER
Py_UNICODE Py_UNICODE_REPLACEMENT_CHARACTER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_eval_input
enum int Py_eval_input;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_file_input
enum int Py_file_input;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Py_single_input
enum int Py_single_input;

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

PycStringIO
PycStringIO_CAPI* PycStringIO;

//////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////

unicode_funs
enum string unicode_funs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta