Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
override
/
newStyle_after.py
blob: 12bf56e375ce23c1a440a6479ab3b7dbdcc68fd5 [
file
] [
log
] [
blame
]
class
A
(
object
):
def
m
(
self
):
pass
class
B
(
A
):
def
m
(
self
):
<
selection
>
super
(
B
,
self
).
m
()</
selection
>