internal.python

Source code: internal/python.seq

internal.python.PyUnicode_AsEncodedString
internal.python.PyBytes_AsString
internal.python.PyErr_Fetch
internal.python.PyObject_GetAttrString
internal.python.PyObject_GetAttr
internal.python.PyObject_Str
internal.python.PyRun_SimpleString
internal.python.Py_IncRef
internal.python.Py_DecRef
internal.python.PyObject_Call
internal.python.PyObject_SetAttrString
internal.python.PyObject_Length
internal.python.Py_Initialize
internal.python.PyImport_ImportModule
internal.python.PyLong_FromLong
internal.python.PyLong_AsLong
internal.python.PyFloat_FromDouble
internal.python.PyFloat_AsDouble
internal.python.PyBool_FromLong
internal.python.PyObject_IsTrue
internal.python.PyUnicode_DecodeFSDefaultAndSize
internal.python.PyTuple_New
internal.python.PyTuple_SetItem
internal.python.PyTuple_GetItem
internal.python.PyList_New
internal.python.PyList_SetItem
internal.python.PyList_GetItem
internal.python.PySet_New
internal.python.PySet_Add
internal.python.PyDict_New
internal.python.PyDict_SetItem
internal.python.PyDict_Next
internal.python.PyObject_GetIter
internal.python.PyIter_Next
internal.python.init()
internal.python.ensure_initialized()
extension pyobj

Magic methods:

__new__(p: Ptr[byte])
__getitem__(t)
__add__(t)
__setitem__(name: str, val: pyobj)
__len__()
__to_py__()
__from_py__()
__str__()
__iter__()
__call__(*args, **kwargs)

Methods:

to_str(errors: str, empty: str = '')
exc_check()
exc_wrap(_retval)
incref()
decref()
get[T]()
internal.python.none()
internal.python.py(x)
internal.python.get[T](x: pyobj)
extension int

Magic methods:

__to_py__()
__from_py__(i: pyobj)
extension float

Magic methods:

__to_py__()
__from_py__(d: pyobj)
extension bool

Magic methods:

__to_py__()
__from_py__(b: pyobj)
extension byte

Magic methods:

__to_py__()
__from_py__(c: pyobj)
extension str

Magic methods:

__to_py__()
__from_py__(s: pyobj)
extension List[T]

Magic methods:

__to_py__()
__from_py__(v: pyobj)
extension Dict[K,V]

Magic methods:

__to_py__()
__from_py__(d: pyobj)
extension Set[K]

Magic methods:

__to_py__()