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

Lines Matching refs:del

35         del sys_modules['threading']
43 del sys_modules['_threading_local']
48 del sys_modules['threading']
50 del sys_modules['_threading_local']
59 del held_threading
60 del holding_threading
66 del held__threading_local
67 del holding__threading_local
69 # Put back ``thread`` if we overwrote, else del the entry we made
72 del held_thread
74 del sys_modules['thread']
75 del holding_thread
77 del dummy_thread
78 del sys_modules