Lines Matching defs:sys
2 import sys
32 if not hasattr(sys, 'gettotalrefcount'):
43 pic = sys.path_importer_cache.copy()
74 getallocatedblocks = sys.getallocatedblocks
75 gettotalrefcount = sys.gettotalrefcount
76 _getquickenedcount = sys._getquickenedcount
82 print("beginning", repcount, "repetitions", file=sys.stderr)
83 print(("1234567890"*(repcount//10 + 1))[:repcount], file=sys.stderr,
101 print('.', end='', file=sys.stderr, flush=True)
112 print(file=sys.stderr)
144 print(msg, file=sys.stderr, flush=True)
160 sys.path_importer_cache.clear()
161 sys.path_importer_cache.update(pic)
184 sys._clear_type_cache()