Sign in
android
/
platform
/
tools
/
idea
/
e782c57
/
.
/
python
/
testData
/
inspections
/
PyArgumentListInspection
/
reassignedMethod.py
blob: 94238468b2ff89b13806579b402a7298de78ed3a [
file
]
class
Mapping
:
def
iterkeys
(
self
):
return
self
class
MappingImpl
(
dict
,
Mapping
):
iterkeys
=
Mapping
.
iterkeys
MappingImpl
().
iterkeys
()