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