python.objects vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Ordinary words
WordStack effect
(none)( -- none )
<1py-tuple>( alien -- tuple )
<PyMethodDef>( alien name doc/f -- cfunction )
<none>( -- none )
<py-cfunction>( alien -- cfunction )
<py-dict>( -- dict )
<py-list>( length -- list )
<py-tuple>( length -- tuple )
call-object( obj args -- value )
call-object-full( obj args kwargs -- value )
getattr( obj str -- value )
py-dict-get-item-string( obj key -- val )
py-dict-set-item( obj key val -- )
py-dict-set-item-string( dict key val -- )
py-dict-size( obj -- len )
py-list-get-item( obj pos -- val )
py-list-set-item( obj pos val -- )
py-list-size( list -- len )
py-tuple-get-item( obj pos -- val )
py-tuple-set-item( obj pos val -- )
py-tuple-size( obj -- len )
setattr( obj str value -- )


Files