Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
AddSelfFunction_after.py
blob: 1ddb440a2ff29eb5b80c62a83e17d0763d3d6abb [
file
] [
log
] [
blame
]
class
A
:
def
get_a
(
self
):
pass
def
foo
(
self
):
self
.
get_a
()