Searched defs:WildcardPattern (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/
H A Dpytree.py461 - WildcardPattern matches a sequence of nodes of variable length.
605 if isinstance(item, WildcardPattern):
639 class WildcardPattern(BasePattern): class in inherits:BasePattern
699 if (self.min <= 1 and isinstance(subpattern, WildcardPattern) and
701 return WildcardPattern(subpattern.content,
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/
H A Dpytree.py461 - WildcardPattern matches a sequence of nodes of variable length.
605 if isinstance(item, WildcardPattern):
639 class WildcardPattern(BasePattern): class in inherits:BasePattern
699 if (self.min <= 1 and isinstance(subpattern, WildcardPattern) and
701 return WildcardPattern(subpattern.content,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
H A Dpytree.py461 - WildcardPattern matches a sequence of nodes of variable length.
605 if isinstance(item, WildcardPattern):
639 class WildcardPattern(BasePattern): class in inherits:BasePattern
699 if (self.min <= 1 and isinstance(subpattern, WildcardPattern) and
701 return WildcardPattern(subpattern.content,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
H A Dpytree.py461 - WildcardPattern matches a sequence of nodes of variable length.
605 if isinstance(item, WildcardPattern):
639 class WildcardPattern(BasePattern): class in inherits:BasePattern
699 if (self.min <= 1 and isinstance(subpattern, WildcardPattern) and
701 return WildcardPattern(subpattern.content,

Completed in 1280 milliseconds