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.py539 self.assertTrue(conf.IsCoreBinding('copy'))
540 self.assertTrue(conf.IsCoreBinding('cut'))
541 self.assertTrue(conf.IsCoreBinding('del-word-right'))
542 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.py595 def IsCoreBinding(self, virtualEvent): member in IdleConf
Dconfigdialog.py1570 if idleConf.IsCoreBinding(event):