Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
b31b5e0b
Commit
b31b5e0b
authored
Jan 18, 2014
by
Paul Sokolovsky
Browse files
Add testcase for subclassing builtin type and calling native method (broken).
parent
1d6fc94c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/basics/tests/class-subclass-builtin.py
0 → 100644
View file @
b31b5e0b
#class mylist(list):
# pass
#l = mylist()
#l.append(1)
#print(l)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment