Lines Matching defs:sys
26 import sys
33 _names = sys.builtin_module_names
95 sys.modules['os.path'] = path
342 sys.audit("os.walk", top, topdown, onerror, followlinks)
464 sys.audit("os.fwalk", top, topdown, onerror, follow_symlinks, dir_fd)
755 encoding = sys.getfilesystemencoding()
803 encoding = sys.getfilesystemencoding()
804 errors = sys.getfilesystemencodeerrors()
976 if sys.platform != 'vxworks':
1112 extension modules (the module itself is resolved through sys.path),