Handbook
Glossary
py-initialize ( -- )
Python binding
Prev:
python-error ( type message traceback -- * )
Next:
py-finalize ( -- )
Vocabulary
python
Word description
Initializes the python binding. This word must be called before any other words in the api can be used
Definition
USING:
kernel
python.ffi
;
IN:
python
:
py-initialize
( -- )
Py_IsInitialized
[
Py_Initialize
]
unless
;