Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_logging.py1862 c1 = r.getChild('xyz')
1863 c2 = r.getChild('uvw.xyz')
1866 c1 = l1.getChild('def')
1867 c2 = c1.getChild('ghi')
1868 c3 = l1.getChild('def.ghi')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
D__init__.py1332 def getChild(self, suffix): member in Logger