Module builtins

Source
Expand description

This package contains the python basic/builtin types 7 common PyRef type aliases are exposed - PyBytesRef, PyDictRef, PyIntRef, PyListRef, PyStrRef, PyTypeRef, PyTupleRef Do not add more PyRef type aliases. They will be rare enough to use directly PyRef.

Structs§

PositionIterInternal
PyArithmeticError
PyAssertionError
PyAsyncGen
PyAttributeError
PyBaseException
PyBaseExceptionGroup
PyBaseObject
object()
PyBlockingIOError
PyBool
PyBoundMethod
PyBrokenPipeError
PyBufferError
PyByteArray
PyBytes
PyBytesWarning
PyCallableIterator
PyChildProcessError
PyClassMethod
classmethod(function) -> method
PyCode
PyComplex
Create a complex number from a real part and an optional imaginary part.
PyConnectionAbortedError
PyConnectionError
PyConnectionRefusedError
PyConnectionResetError
PyCoroutine
PyDeprecationWarning
PyDict
PyEOFError
PyEllipsis
PyEncodingWarning
PyEnumerate
PyException
PyExceptionGroup
PyFileExistsError
PyFileNotFoundError
PyFilter
PyFloat
PyFloatingPointError
PyFrozenSet
PyFunction
PyFutureWarning
PyGenerator
PyGeneratorExit
PyGenericAlias
PyGetSet
PyImportError
PyImportWarning
PyIndentationError
PyIndexError
PyInt
PyInterruptedError
PyIsADirectoryError
PyKeyError
PyKeyboardInterrupt
PyList
PyLookupError
PyMap
PyMappingProxy
PyMemoryError
PyMemoryView
PyModule
PyModuleDef
PyModuleNotFoundError
PyNameError
PyNamespace
A simple attribute-based namespace.
PyNone
PyNotADirectoryError
PyNotImplemented
PyNotImplementedError
PyOSError
PyOverflowError
PyPendingDeprecationWarning
PyPermissionError
PyProcessLookupError
PyProperty
PyRange
PyRecursionError
PyReferenceError
PyResourceWarning
PyRuntimeError
PyRuntimeWarning
PySequenceIterator
PySet
PySlice
PyStaticMethod
PyStopAsyncIteration
PyStopIteration
PyStr
PySuper
PySyntaxError
PySyntaxWarning
PySystemError
PySystemExit
PyTabError
PyTimeoutError
PyTraceback
PyTuple
PyType
PyTypeError
PyUnboundLocalError
PyUnicodeDecodeError
PyUnicodeEncodeError
PyUnicodeError
PyUnicodeTranslateError
PyUnicodeWarning
PyUnion
PyUserWarning
PyValueError
PyWarning
PyWeak
PyWeakProxy
PyZeroDivisionError
PyZip

Enums§

IterStatus
Marks status of iterator.

Functions§

builtins_iter
builtins_reversed
init
try_bigint_to_f64
try_f64_to_bigint

Type Aliases§

PyBaseExceptionRef
PyBytesRef
PyDictRef
PyIntRef
PyListRef
PyStrInterned
The unique reference of interned PyStr Always intended to be used as a static reference
PyStrRef
PyTupleRef
PyTypeRef