py-import ( modulename -- module ) - Factor Documentation

py-import ( modulename -- module )
Python binding



Vocabulary
python

Inputs
modulename an object


Outputs
module an object


Definition
USING: python.errors python.ffi ;

IN: python

: py-import ( modulename -- module )
PyImport_ImportModule check-new-ref ;

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