Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crython
master
Crython
PyList
PyObject
Built with Crystal 1.9.2
2023-10-08 10:28:19 UTC
struct
Crython::PyObject
Crython::PyObject
Struct
Value
Object
Included Modules
Crython::ObjectProtocol
Defined in:
crython/object.cr
Constructors
.new
(raw : LibPython::PyObject)
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
]