py> ( py-obj -- obj ) - Factor Documentation

py> ( py-obj -- obj )
Python binding



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 ;

AltStyle によって変換されたページ (->オリジナル) /