20c2dd0c08
This method of integer objects is needed for a port of python3's decimal.py module. MICROPY_CPYTHON_COMPAT is enabled by CIRCUITPY_FULL_BUILD.
15 lines
360 B
Plaintext
15 lines
360 B
Plaintext
########
|
|
object <function> is of type function
|
|
object <class 'int'> is of type type
|
|
bit_length -- <function>
|
|
from_bytes -- <classmethod>
|
|
to_bytes -- <function>
|
|
object 1 is of type int
|
|
bit_length -- <function>
|
|
from_bytes -- <classmethod>
|
|
to_bytes -- <function>
|
|
object <module 'micropython'> is of type module
|
|
__name__ -- micropython
|
|
########
|
|
done
|