This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
cpython
mirror of
https://github.com/python/cpython.git
Watch
2
Star
0
Fork
You've already forked cpython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
95b7426f45
cpython
/
Lib
/
test
/
shadowed_super.py
8 lines
97 B
Python
Raw
Blame
History
class
super
:
msg
=
"
truly super
"
class
C
:
def
method
(
self
)
:
return
super
(
)
.
msg
Reference in New Issue
View Git Blame
Copy Permalink