Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
inspections
/
PyUnboundLocalVariableInspection
/
BuiltinAndSelfAttribute.py
blob: 692aee71f8301382a83c0e75971626d324daf355 [
file
] [
log
] [
blame
]
class
C
():
def
__init__
(
self
):
self
.
str
=
str
(
1
)
#pass