OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_operations
(Results
1 - 10
of
10
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
WidgetRedirector.py
27
self.
_operations
= {}
43
for operation in list(self.
_operations
):
54
self.
_operations
[operation] = function
59
if operation in self.
_operations
:
60
function = self.
_operations
[operation]
61
del self.
_operations
[operation]
71
If an operation has been registered in self.
_operations
, apply the
80
m = self.
_operations
.get(operation)
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
WidgetRedirector.py
27
self.
_operations
= {}
43
for operation in list(self.
_operations
):
54
self.
_operations
[operation] = function
59
if operation in self.
_operations
:
60
function = self.
_operations
[operation]
61
del self.
_operations
[operation]
71
If an operation has been registered in self.
_operations
, apply the
80
m = self.
_operations
.get(operation)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
WidgetRedirector.py
27
self.
_operations
= {}
43
for operation in list(self.
_operations
):
54
self.
_operations
[operation] = function
59
if operation in self.
_operations
:
60
function = self.
_operations
[operation]
61
del self.
_operations
[operation]
71
If an operation has been registered in self.
_operations
, apply the
80
m = self.
_operations
.get(operation)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
WidgetRedirector.py
27
self.
_operations
= {}
43
for operation in list(self.
_operations
):
54
self.
_operations
[operation] = function
59
if operation in self.
_operations
:
60
function = self.
_operations
[operation]
61
del self.
_operations
[operation]
71
If an operation has been registered in self.
_operations
, apply the
80
m = self.
_operations
.get(operation)
/external/python/cpython2/Lib/idlelib/
WidgetRedirector.py
31
_operations
: dict mapping operation name to new function.
39
self.
_operations
= {}
56
for operation in list(self.
_operations
):
70
Registration adds an operation: function pair to .
_operations
.
78
self.
_operations
[operation] = function
87
if operation in self.
_operations
:
88
function = self.
_operations
[operation]
89
del self.
_operations
[operation]
101
If an operation has been registered in self.
_operations
, apply the
110
m = self.
_operations
.get(operation
[
all
...]
/external/python/cpython3/Lib/idlelib/
redirector.py
30
_operations
: dict mapping operation name to new function.
38
self.
_operations
= {}
56
for operation in list(self.
_operations
):
70
Registration adds an operation: function pair to .
_operations
.
78
self.
_operations
[operation] = function
87
if operation in self.
_operations
:
88
function = self.
_operations
[operation]
89
del self.
_operations
[operation]
101
If an operation has been registered in self.
_operations
, apply the
110
m = self.
_operations
.get(operation
[
all
...]
/external/python/cpython2/Lib/idlelib/idle_test/
test_widgetredir.py
38
self.assertEqual(redir.
_operations
, {})
74
self.assertIn('insert', self.redir.
_operations
)
87
self.assertNotIn('insert', self.redir.
_operations
)
/external/python/cpython3/Lib/idlelib/idle_test/
test_redirector.py
38
self.assertEqual(redir.
_operations
, {})
75
self.assertIn('insert', self.redir.
_operations
)
88
self.assertNotIn('insert', self.redir.
_operations
)
/system/iot/attestation/partner-tools/
provision-test.py
43
_OPERATIONS
= {'ISSUE': 2, 'ISSUE_ENC': 3}
249
if _session_params.operation ==
_OPERATIONS
['ISSUE']:
252
elif _session_params.operation ==
_OPERATIONS
['ISSUE_ENC']:
359
operation =
_OPERATIONS
[results.operation]
/external/autotest/client/common_lib/cros/
textfsm.py
883
if self.
_Operations
(rule):
917
def
_Operations
(self, rule):
Completed in 371 milliseconds