module Crython

Defined in:

crython.cr
crython/env.cr
crython/err.cr
crython/list.cr
crython/object.cr

Constant Summary

VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.clear_error #

[View source]
def self.embed_python(&) #

[View source]
def self.error_occurred? : Bool #

Whether the Python interpreter raised an error.


[View source]
def self.finalize #

Finalize embedded Python interpreter.


[View source]
def self.init #

Initialize a Python interpreter.


[View source]
def self.initialized? : Bool #

Whether the Python interpreter has been initialized.


[View source]
def self.python_build_info : String #

[View source]
def self.python_compiler : String #

[View source]
def self.python_version : String #

[View source]