index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tests
/
basics
/
class-subclass-builtin.py
blob: 7eb7d44b4d1a151e820aba6c42436472dfb17fcc (
plain
) (
blame
)
1
2
3
4
5
6
#class mylist(list): # pass #l = mylist() #l.append(1) #print(l)