blob: a2e4b7985e54a6e60535e6c22a38360c490f80e8 [file] [log] [blame]
class MyClass(object):
"""
My class to show intention.
"""
def __init__(self):
self.a = 1
@staticmethod
def my_static_method():
import code
import time
time.sleep(100)
print code