Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
override
/
py3k.py
blob: d68058a7e0b71e9cc4ee3e1e1150e77d21282f12 [
file
] [
log
] [
blame
]
class
A
:
def
m
(
self
):
pass
class
B
(
A
):
<
caret
>
pass