struct Crython::PyObject

Included Modules

Defined in:

crython/object.cr

Constructors

Instance methods inherited from module Crython::ObjectProtocol

<=>(other : ObjectProtocol) <=>, callable? : Bool callable?, del_attr(attr : String) : Bool del_attr, get_attr(attr : String) : PyObject get_attr, has_attr?(attr : String) : Bool has_attr?, none? none?, set_attr(attr : String, obj : ObjectMethods) set_attr, to_unsafe to_unsafe

Constructor Detail

def self.new(raw : LibPython::PyObject) #

[View source]