Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
e2b3d831fd2824d8a5713e3ed2a64aad0fb6b62d
/
.
/
Lib
/
test
/
shadowed_super.py
blob: 2a62f667e938186f2bf322437bfc5be5cc3401f2 [
file
]
class
super
:
msg
=
"truly super"
class
C
:
def
method
(
self
):
return
super
().
msg