OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NodePattern
(Results
1 - 8
of
8
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py
165
return pytree.
NodePattern
(type, content)
pytree.py
460
-
NodePattern
matches a single node (usually non-leaf);
578
class
NodePattern
(BasePattern):
696
return
NodePattern
(name=self.name)
refactor.py
54
if isinstance(pat, (pytree.
NodePattern
, pytree.LeafPattern)):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_pytree.py
409
pn = pytree.
NodePattern
(1000, [pl], name="pn")
432
pn = pytree.
NodePattern
(1000, [pl], name="pn")
473
pr = pytree.
NodePattern
(type=1000, content=[pw], name="pr")
484
pattern = pytree.
NodePattern
(331,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py
165
return pytree.
NodePattern
(type, content)
pytree.py
460
-
NodePattern
matches a single node (usually non-leaf);
578
class
NodePattern
(BasePattern):
696
return
NodePattern
(name=self.name)
refactor.py
54
if isinstance(pat, (pytree.
NodePattern
, pytree.LeafPattern)):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_pytree.py
409
pn = pytree.
NodePattern
(1000, [pl], name="pn")
432
pn = pytree.
NodePattern
(1000, [pl], name="pn")
473
pr = pytree.
NodePattern
(type=1000, content=[pw], name="pr")
484
pattern = pytree.
NodePattern
(331,
Completed in 805 milliseconds