Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyAttributeOutsideInitInspection
/
innerClass.py
blob: ccb4f5cc051a63995f0d40a32b228efcfd42349c [
file
] [
log
] [
blame
]
__author__
=
'ktisha'
class
A
:
def
foo
(
self
):
class
B
:
def
__init__
(
self
):
self
.
x
=
1