parrotcode: Python None | |
Contents | Dynamic PMCs |
classes/pynone.pmc - Python None
PyNone
extends PyInt
to provide a class with the behaviour of the Python None
value.
void class_init()
INTVAL get_bool()
STRING *get_string ()
INTVAL is_equal (PMC *value)
==
operation.
|