Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
Program Files
/
Python312
/
Lib
/
idlelib
/
Edit File Name :
util.py
""" Idlelib objects with no external idlelib dependencies which are needed in more than one idlelib module. They are included here because a) they don't particularly belong elsewhere; or b) because inclusion here simplifies the idlelib dependency graph. TODO: * Python versions (editor and help_about), * tk version and patchlevel (pyshell, help_about, maxos?, editor?), * std streams (pyshell, run), * warning stuff (pyshell, run). """ # .pyw is for Windows; .pyi is for typing stub files. # The extension order is needed for iomenu open/save dialogs. py_extensions = ('.py', '.pyw', '.pyi') if __name__ == '__main__': from unittest import main main('idlelib.idle_test.test_util', verbosity=2)
Save