Lines Matching full:py
8 - os.py as marker module {PREFIX}/lib/python3.11/os.py
47 "asyncore.py",
48 "asynchat.py",
49 "uu.py",
50 "xdrlib.py",
52 "_aix_support.py",
53 "_bootsubprocess.py",
54 "_osx_support.py",
56 "antigravity.py",
57 "webbrowser.py",
59 "_pydecimal.py",
60 "_pyio.py",
62 "concurrent/futures/thread.py",
72 "cgi.py",
73 "cgitb.py",
75 "ftplib.py",
77 "imaplib.py",
78 "mailbox.py",
79 "mailcap.py",
80 "nntplib.py",
81 "poplib.py",
82 "smtpd.py",
83 "smtplib.py",
84 "socketserver.py",
85 "telnetlib.py",
87 "urllib/error.py",
88 "urllib/request.py",
89 "urllib/response.py",
90 "urllib/robotparser.py",
96 "audioop": ["aifc.py", "sunau.py", "wave.py"],
97 "_crypt": ["crypt.py"],
100 "_decimal": ["decimal.py"],
101 "_dbm": ["dbm/ndbm.py"],
102 "_gdbm": ["dbm/gnu.py"],
104 "_multiprocessing": ["concurrent/futures/process.py", "multiprocessing/"],
106 "readline": ["rlcompleter.py"],
108 "_ssl": ["ssl.py"],
109 "_tkinter": ["idlelib/", "tkinter/", "turtle.py", "turtledemo/"],
142 filename = data_name + ".py"
168 if entry.name.endswith(".py") or entry.is_dir():
259 # os.py is a marker for finding the correct lib directory.
260 shutil.copy(args.srcdir_lib / "os.py", args.wasm_stdlib)