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

Lines Matching defs:local

32            'Timer', 'setprofile', 'settrace', 'local', 'stack_size']
1200 # get thread-local implementation, either from the thread
1204 from thread import _local as local
1206 from _threading_local import local