python vocabulary - Factor Documentation (original) (raw)
python vocabulary
Factor handbook » Vocabulary index
Documentation
Python binding
Metadata
Tags: | ffi, languages, bindings |
---|---|
Authors: | Björn Lindqvist |
Words
Tuple classes
Class | Superclass | Slots |
---|---|---|
![]() |
![]() |
type |
![]() |
![]() |
type message traceback |
Generic words
Word | Stack effect |
---|---|
![]() |
( obj -- py-obj ) |
Symbol words
Ordinary words
Word | Stack effect |
---|---|
![]() |
( array -- py-tuple ) |
![]() |
( assoc -- py-dict ) |
![]() |
( -- table ) |
![]() |
( type -- * ) |
![]() |
( py-bytes -- byte-array ) |
![]() |
( py-object -- name ) |
![]() |
( py-dict -- hashtable ) |
![]() |
( -- ) |
![]() |
( modulename -- module ) |
![]() |
( modulename objname -- obj ) |
![]() |
( -- ) |
![]() |
( py-list -- vector ) |
![]() |
( py-tuple -- arr ) |
![]() |
( py-unicode -- string ) |
![]() |
( py-obj -- obj ) |
![]() |
( -- ? ) |
![]() |
( type message traceback -- * ) |
![]() |
( quot: ( args kw -- ret ) -- alien ) |
![]() |
( vector -- py-list ) |
![]() |
( alien quot -- ) |
Class predicate words
Word | Stack effect |
---|---|
![]() |
( object -- ? ) |
![]() |
( object -- ? ) |
Files
resource:extra/python/python.factor
resource:extra/python/python-docs.factor
resource:extra/python/python-tests.factor
Metadata files
resource:extra/python/authors.txt
resource:extra/python/summary.txt
resource:extra/python/tags.txt
Children from resource:extra
Vocabulary | Summary |
---|---|
![]() |
Error handling and reference counting |
![]() |
|
![]() |
|
![]() |
|
![]() |
Syntax for defining Python wrappers |
![]() |