Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyUnboundLocalVariableInspection
/
OuterFunctionsAndSelfAttributes.py
blob: d2cd736c4d30424d8455977cb0fa6a113defadc3 [
file
] [
log
] [
blame
]
def
g
():
pass
class
C
:
pass
class
D
:
def
m
(
self
):
self
.
g
=
g
()
#pass
self
.
C
=
C
()
#pass