index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
basics
/
class_subclass_builtin.py
blob: 7eb7d44b4d1a151e820aba6c42436472dfb17fcc (
plain
)
1
2
3
4
5
6
#class mylist(list):
# pass
#l = mylist()
#l.append(1)
#print(l)