Home
last modified time | relevance | path

Searched refs:CreateConfigHandlers (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DconfigHandler.py160 self.CreateConfigHandlers()
164 def CreateConfigHandlers(self): member in IdleConf
/external/python/cpython3/Lib/idlelib/
Dconfig.py165 self.CreateConfigHandlers()
168 def CreateConfigHandlers(self): member in IdleConf
DNEWS.txt176 the handling of __file__ in CreateConfigHandlers/
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_config.py274 conf.CreateConfigHandlers()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst5274 handling of ``file`` in ``CreateConfigHandlers``.