Handbook
Glossary
py> ( py-obj -- obj )
Python binding
Prev:
>py ( obj -- py-obj )
Next:
quot>py-callback ( quot: ( args kw -- ret ) -- alien )
Vocabulary
python
Inputs
py-obj
an
object
Outputs
obj
an
object
Definition
USING:
assocs
combinators
kernel
namespaces
;
IN:
python
:
py>
( py-obj -- obj )
dup
py-class-name
py-type-dispatch
get
?at
[
( x -- x )
call-effect
]
[
missing-type
]
if
;