Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
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