issues
search
tallforasmurf
/
CHIP8IDE
An interactive development and emulation environment for the CHIP8/SCHIP system
30
stars
1
forks
source link
Finalize Statement class
#8
Closed
tallforasmurf
closed
8 years ago
tallforasmurf
commented
8 years ago
Check usage in all modules of Statement members
Decide if any members superfluous or missing
Add the
__slots__
variable (
https://docs.python.org/3.5/reference/datamodel.html#slots
)
tallforasmurf
commented
8 years ago
commit 3bb6d32 and 584c968
__slots__
variable (https://docs.python.org/3.5/reference/datamodel.html#slots)