OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_ast_node
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
btm_matcher.py
102
current_ast_node
= leaf
103
while
current_ast_node
:
104
current_ast_node
.was_checked = True
105
for child in
current_ast_node
.children:
108
current_ast_node
.was_checked = False
110
if
current_ast_node
.type == 1:
112
node_token =
current_ast_node
.value
114
node_token =
current_ast_node
.type
122
results[fixer].append(
current_ast_node
)
127
if (
current_ast_node
.parent is not None
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
btm_matcher.py
102
current_ast_node
= leaf
103
while
current_ast_node
:
104
current_ast_node
.was_checked = True
105
for child in
current_ast_node
.children:
108
current_ast_node
.was_checked = False
110
if
current_ast_node
.type == 1:
112
node_token =
current_ast_node
.value
114
node_token =
current_ast_node
.type
122
results[fixer].append(
current_ast_node
)
127
if (
current_ast_node
.parent is not Non
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
btm_matcher.py
102
current_ast_node
= leaf
103
while
current_ast_node
:
104
current_ast_node
.was_checked = True
105
for child in
current_ast_node
.children:
108
current_ast_node
.was_checked = False
110
if
current_ast_node
.type == 1:
112
node_token =
current_ast_node
.value
114
node_token =
current_ast_node
.type
122
results[fixer].append(
current_ast_node
)
127
if (
current_ast_node
.parent is not Non
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
btm_matcher.py
102
current_ast_node
= leaf
103
while
current_ast_node
:
104
current_ast_node
.was_checked = True
105
for child in
current_ast_node
.children:
108
current_ast_node
.was_checked = False
110
if
current_ast_node
.type == 1:
112
node_token =
current_ast_node
.value
114
node_token =
current_ast_node
.type
122
results[fixer].append(
current_ast_node
)
127
if (
current_ast_node
.parent is not Non
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
btm_matcher.py
102
current_ast_node
= leaf
103
while
current_ast_node
:
104
current_ast_node
.was_checked = True
105
for child in
current_ast_node
.children:
108
current_ast_node
.was_checked = False
110
if
current_ast_node
.type == 1:
112
node_token =
current_ast_node
.value
114
node_token =
current_ast_node
.type
122
results[fixer].append(
current_ast_node
)
127
if (
current_ast_node
.parent is not Non
[
all
...]
Completed in 741 milliseconds