Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
override
/
py3k.py
blob: d68058a7e0b71e9cc4ee3e1e1150e77d21282f12 [
file
] [
log
] [
blame
]
class
A
:
def
m
(
self
):
pass
class
B
(
A
):
<
caret
>
pass