Lines Matching defs:sys
11 import sys
78 # Usually, sys.gettotalrefcount() is only present if Python has been
81 BUILD_WITH_NDEBUG = (not hasattr(sys, 'gettotalrefcount'))
300 frame = sys._getframe()
479 old_switchinterval = sys.getswitchinterval()
480 sys.setswitchinterval(1e-5)
490 sys.setswitchinterval(old_switchinterval)
754 p = subprocess.Popen([sys.executable, "-Wd", "-c", code],
805 import sys
806 sys.path.insert(0, %r)
1262 p = subprocess.Popen([sys.executable, "-c", code],