Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
intentions
/
afterConvertStaticMethodToFunction.py
blob: 17e002d690d8555c4965a7cd9d796c3c8b382370 [
file
] [
log
] [
blame
]
class
MyClass
(
object
):
"""
My class to show intention.
"""
def
__init__
(
self
):
self
.
a
=
1
def
my_static_method
():
import
code
import
time
time
.
sleep
(
100
)
print
code