PY-FROM:
Syntax for python calls from factor

Next:PY-QUALIFIED-FROM:


Vocabulary
python.syntax

Syntax
PY-FROM: module => name-effects ;


Inputs
None

Outputs
None

Word description
Creates factor words that maps to the given python objects.

Examples
PY-FROM: os.path => isfile ( path -- ? ) splitext ( path -- root ext ) ;


Definition