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