module Crython
Defined in:
crython.crcrython/env.cr
crython/err.cr
crython/list.cr
crython/object.cr
Constant Summary
-
VERSION =
"0.1.0"
Class Method Summary
- .clear_error
- .embed_python(&)
-
.error_occurred? : Bool
Whether the Python interpreter raised an error.
-
.finalize
Finalize embedded Python interpreter.
-
.init
Initialize a Python interpreter.
-
.initialized? : Bool
Whether the Python interpreter has been initialized.
- .python_build_info : String
- .python_compiler : String
- .python_version : String