Home
last modified time | relevance | path

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

/third_party/python/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'))
/third_party/python/Lib/idlelib/
Dconfig.py573 def IsCoreBinding(self, virtualEvent): member in IdleConf
Dconfigdialog.py1359 if idleConf.IsCoreBinding(event):