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

Lines Matching refs:_sys

3 import sys as _sys
8 del _sys.modules[__name__]
74 _sys.stderr.write(format)
649 __exc_info = _sys.exc_info
652 __exc_clear = _sys.exc_clear
693 self.__stderr = _sys.stderr
783 if self.__daemonic and _sys is None:
802 _sys.settrace(_trace_hook)
805 _sys.setprofile(_profile_hook)
817 # _sys) in case sys.stderr was redefined since the creation of
819 if _sys:
820 _sys.stderr.write("Exception in thread %s:\n%s\n" %
906 if 'dummy_threading' not in _sys.modules: