python.ffi vocabulary
Factor handbook » Vocabulary index


Summary

Metadata
Parents:python


Words

Tuple classes
ClassSuperclassSlots
PyMethodDef struct
Py_DecRef-destructor alien-destructor


Symbol words
PyCFunction
PyObject
Py_ssize_t


Ordinary words
WordStack effect
&Py_DecRef( alien -- alien )
<Py_DecRef-destructor>( alien -- destructor )
METH_CLASS( -- value )
METH_COEXIST( -- value )
METH_FASTCALL( -- value )
METH_KEYWORDS( -- value )
METH_METHOD( -- value )
METH_NOARGS( -- value )
METH_O( -- value )
METH_OLDARGS( -- value )
METH_STACKLESS( -- value )
METH_STATIC( -- value )
METH_VARARGS( -- value )
PyBytes_AsString( string -- c-string )
PyBytes_FromStringAndSize( v size -- PyObject* )
PyCFunction_GetFlags( op -- int )
PyCFunction_NewEx( ml self module -- PyObject* )
PyCallable_Check( obj -- int )
PyCallback( quot -- alien )
PyDict_Clear( d -- )