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