Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_config.py522 self.assertTrue(conf.IsCoreBinding('copy'))
523 self.assertTrue(conf.IsCoreBinding('cut'))
524 self.assertTrue(conf.IsCoreBinding('del-word-right'))
525 self.assertFalse(conf.IsCoreBinding('not-exists'))
/external/python/cpython2/Lib/idlelib/
DconfigHandler.py571 def IsCoreBinding(self, virtualEvent): member in IdleConf
DconfigDialog.py567 if idleConf.IsCoreBinding(event):
/external/python/cpython3/Lib/idlelib/
Dconfig.py573 def IsCoreBinding(self, virtualEvent): member in IdleConf
Dconfigdialog.py1587 if idleConf.IsCoreBinding(event):