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
efc36f0c
Commit
efc36f0c
authored
Apr 19, 2014
by
Paul Sokolovsky
Browse files
test/class-super: Expose super() breakage.
parent
d6e12723
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/basics/class-super.py
View file @
efc36f0c
class
Base
:
def
__init__
(
self
):
self
.
a
=
1
def
meth
(
self
):
print
(
"in Base meth"
)
print
(
"in Base meth"
,
self
.
a
)
class
Sub
(
Base
):
...
...
Write
Preview
Supports
Markdown
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