Files
Dmitry Trofimov f0399e1662 Decouple Python intentions
GitOrigin-RevId: e87aa7f8fde189ff2a48793879e27617ff6297e7
2020-05-01 18:44:38 +00:00

16 lines
214 B
Plaintext

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