Handbook
Glossary
<py-cfunction> ( alien -- cfunction )
Vocabulary
python
.
objects
Inputs
alien
an
object
Outputs
cfunction
an
object
Definition
USING:
python.errors
python.ffi
;
IN:
python.objects
:
<py-cfunction>
( alien -- cfunction )
"cfunction"
f
<PyMethodDef>
f
f
PyCFunction_NewEx
check-new-ref
;