blob: f393b5ef1e73a305fa00cb073fe950edf09103b0 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001class MyClass(object):
2 """
3 My class to show intention.
4 """
5
6 def __init__(self):
7 self.a = 1
8
9def my_static_method():
10 import code
11 import time
12
13 time.sleep(100)
14 print code