OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PATTERN
(Results
76 - 100
of
150
) sorted by null
1
2
3
4
5
6
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_set_literal.py
17
PATTERN
= """power< 'set' trailer< '('
fix_throw.py
18
PATTERN
= """
fix_exitfunc.py
15
PATTERN
= """
fix_has_key.py
42
PATTERN
= """
76
self.
pattern
.match(node.parent)):
78
#
pattern
when its parent matches the second alternative
fix_imports.py
101
# changes will be reflected in
PATTERN
.
102
self.
PATTERN
= self.build_pattern()
135
# figure out an easy way to make a
pattern
recognize the keys of
fix_itertools_imports.py
10
PATTERN
= """
fix_raise.py
34
PATTERN
= """
fix_dict.py
45
PATTERN
= """
fix_except.py
39
PATTERN
= """
fix_idioms.py
40
PATTERN
= r"""
fix_import.py
41
PATTERN
= """
fix_next.py
19
PATTERN
= """
65
# Unfortunately, it doesn't seem possible to do this in
PATTERN
,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_exitfunc.py
15
PATTERN
= """
fix_has_key.py
42
PATTERN
= """
76
self.
pattern
.match(node.parent)):
78
#
pattern
when its parent matches the second alternative
fix_imports.py
101
# changes will be reflected in
PATTERN
.
102
self.
PATTERN
= self.build_pattern()
135
# figure out an easy way to make a
pattern
recognize the keys of
fix_itertools_imports.py
10
PATTERN
= """
fix_raise.py
34
PATTERN
= """
fix_dict.py
45
PATTERN
= """
fix_except.py
39
PATTERN
= """
fix_idioms.py
40
PATTERN
= r"""
fix_import.py
41
PATTERN
= """
fix_next.py
19
PATTERN
= """
65
# Unfortunately, it doesn't seem possible to do this in
PATTERN
,
fix_operator.py
34
PATTERN
= """
fix_print.py
33
PATTERN
= """
fix_xrange.py
14
PATTERN
= """
Completed in 137 milliseconds
1
2
3
4
5
6