Home | History | Annotate | Download | only in python2.7

Lines Matching refs:def

24     def __init__(self, *args):
27 def start_new_thread(function, args, kwargs={}):
58 def exit():
62 def get_ident():
71 def allocate_lock():
75 def stack_size(size=None):
92 def __init__(self):
95 def acquire(self, waitflag=None):
118 def __exit__(self, typ, val, tb):
121 def release(self):
130 def locked(self):
138 def interrupt_main():