Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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
>