Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyUnboundLocalVariableInspection
/
BuiltinAndSelfAttribute.py
blob: 692aee71f8301382a83c0e75971626d324daf355 [
file
] [
log
] [
blame
]
class
C
():
def
__init__
(
self
):
self
.
str
=
str
(
1
)
#pass