Lines Matching defs:sys
30 # make all of the sys functions available through sys.func_name
31 import sys
32 self.sys = sys
35 # knows to advertise the sys methods
37 ['sys.' + method for method in list_public_methods(self.sys)]
114 import sys
650 sys.stdout.flush()
651 sys.stdout.buffer.write(response)
652 sys.stdout.buffer.flush()
675 sys.stdout.flush()
676 sys.stdout.buffer.write(response)
677 sys.stdout.buffer.flush()
697 request_text = sys.stdin.read(length)
972 sys.stdout.flush()
973 sys.stdout.buffer.write(response)
974 sys.stdout.buffer.flush()
1004 sys.exit(0)