Home
last modified time | relevance | path

Searched refs:_find (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dfixer_util.py348 if _find(name, child.children[1]):
372 if _find(name, child.children[0]):
383 def _find(name, node): function
419 if package and _find(u"as", n):
422 elif n.type == syms.import_as_names and _find(name, n):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddoctest.py865 self._find(tests, obj, name, module, source_lines, globs, {})
893 def _find(self, tests, obj, name, module, source_lines, globs, seen): member in DocTestFinder
918 self._find(tests, val, valname, module, source_lines,
936 self._find(tests, val, valname, module, source_lines,
953 self._find(tests, val, valname, module, source_lines,