OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:virtualEvent
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py
446
def GetExtnNameForEvent(self,
virtualEvent
):
448
Returns the name of the extension that
virtualEvent
is bound in, or
450
virtualEvent
- string, name of the virtual event to test for, without
454
vEvent='<<'+
virtualEvent
+'>>'
558
def IsCoreBinding(self,
virtualEvent
):
561
virtualEvent
- string, name of the virtual event to test for, without
564
return ('<<'+
virtualEvent
+'>>') in self.GetCoreKeys().keys()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py
446
def GetExtnNameForEvent(self,
virtualEvent
):
448
Returns the name of the extension that
virtualEvent
is bound in, or
450
virtualEvent
- string, name of the virtual event to test for, without
454
vEvent='<<'+
virtualEvent
+'>>'
558
def IsCoreBinding(self,
virtualEvent
):
561
virtualEvent
- string, name of the virtual event to test for, without
564
return ('<<'+
virtualEvent
+'>>') in self.GetCoreKeys().keys()
Completed in 3729 milliseconds