HPy Context

The HPyContext structure is also part of the API since it provides handles for built-in objects. For a high-level description of the context, please also read HPyContext.

struct _HPyContext_s
[source]
const char *name
[source]
int abi_version
[source]
HPy h_None
[source]
HPy h_True
[source]
HPy h_False
[source]
HPy h_NotImplemented
[source]
HPy h_Ellipsis
[source]
HPy h_BaseException
[source]
HPy h_Exception
[source]
HPy h_StopAsyncIteration
[source]
HPy h_StopIteration
[source]
HPy h_GeneratorExit
[source]
HPy h_ArithmeticError
[source]
HPy h_LookupError
[source]
HPy h_AssertionError
[source]
HPy h_AttributeError
[source]
HPy h_BufferError
[source]
HPy h_EOFError
[source]
HPy h_FloatingPointError
[source]
HPy h_OSError
[source]
HPy h_ImportError
[source]
HPy h_ModuleNotFoundError
[source]
HPy h_IndexError
[source]
HPy h_KeyError
[source]
HPy h_KeyboardInterrupt
[source]
HPy h_MemoryError
[source]
HPy h_NameError
[source]
HPy h_OverflowError
[source]
HPy h_RuntimeError
[source]
HPy h_RecursionError
[source]
HPy h_NotImplementedError
[source]
HPy h_SyntaxError
[source]
HPy h_IndentationError
[source]
HPy h_TabError
[source]
HPy h_ReferenceError
[source]
HPy h_SystemError
[source]
HPy h_SystemExit
[source]
HPy h_TypeError
[source]
HPy h_UnboundLocalError
[source]
HPy h_UnicodeError
[source]
HPy h_UnicodeEncodeError
[source]
HPy h_UnicodeDecodeError
[source]
HPy h_UnicodeTranslateError
[source]
HPy h_ValueError
[source]
HPy h_ZeroDivisionError
[source]
HPy h_BlockingIOError
[source]
HPy h_BrokenPipeError
[source]
HPy h_ChildProcessError
[source]
HPy h_ConnectionError
[source]
HPy h_ConnectionAbortedError
[source]
HPy h_ConnectionRefusedError
[source]
HPy h_ConnectionResetError
[source]
HPy h_FileExistsError
[source]
HPy h_FileNotFoundError
[source]
HPy h_InterruptedError
[source]
HPy h_IsADirectoryError
[source]
HPy h_NotADirectoryError
[source]
HPy h_PermissionError
[source]
HPy h_ProcessLookupError
[source]
HPy h_TimeoutError
[source]
HPy h_Warning
[source]
HPy h_UserWarning
[source]
HPy h_DeprecationWarning
[source]
HPy h_PendingDeprecationWarning
[source]
HPy h_SyntaxWarning
[source]
HPy h_RuntimeWarning
[source]
HPy h_FutureWarning
[source]
HPy h_ImportWarning
[source]
HPy h_UnicodeWarning
[source]
HPy h_BytesWarning
[source]
HPy h_ResourceWarning
[source]
HPy h_BaseObjectType
[source]
HPy h_TypeType
[source]
HPy h_BoolType
[source]
HPy h_LongType
[source]
HPy h_FloatType
[source]
HPy h_UnicodeType
[source]
HPy h_TupleType
[source]
HPy h_ListType
[source]
HPy h_ComplexType
[source]
HPy h_BytesType
[source]
HPy h_MemoryViewType
[source]
HPy h_CapsuleType
[source]
HPy h_SliceType
[source]
HPy h_Builtins
[source]