parrotcode: Python None | |
Contents | Language Implementations | Python |
pmc/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.
|