Tags: | ffi, languages, bindings |
Authors: | Björn Lindqvist |
Class | Superclass | Slots |
missing-type | tuple | type |
python-error | tuple | type message traceback |
Word | Stack effect |
>py | ( obj -- py-obj ) |
py-type-dispatch |
Word | Stack effect |
array>py-tuple | ( array -- py-tuple ) |
assoc>py-dict | ( assoc -- py-dict ) |
init-py-type-dispatch | ( -- table ) |
missing-type | ( type -- * ) |
py-bytes>byte-array | ( py-bytes -- byte-array ) |
py-class-name | ( py-object -- name ) |
py-dict>hashtable | ( py-dict -- hashtable ) |
py-finalize | ( -- ) |
py-import | ( modulename -- module ) |
py-import-from | ( modulename objname -- obj ) |
py-initialize | ( -- ) |
py-list>vector | ( py-list -- vector ) |
py-tuple>array | ( py-tuple -- arr ) |
py-unicode>string | ( py-unicode -- string ) |
py> | ( py-obj -- obj ) |
python-dll-loaded? | ( -- ? ) |
python-error | ( type message traceback -- * ) |
quot>py-callback | ( quot: ( args kw -- ret ) -- alien ) |
vector>py-list | ( vector -- py-list ) |
with-quot>py-cfunction | ( alien quot -- ) |
Word | Stack effect |
missing-type? | ( object -- ? ) |
python-error? | ( object -- ? ) |
Vocabulary | Summary |
python.errors | Error handling and reference counting |
python.ffi | |
python.modules | |
python.objects | |
python.syntax | Syntax for defining Python wrappers |
python.throwing |