Searched defs:get_attribute (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_wait4.py7 from test.test_support import run_unittest, reap_children, get_attribute namespace
10 get_attribute(os, 'fork')
11 get_attribute(os, 'wait4')
H A Dtest_fork1.py11 from test.test_support import run_unittest, reap_children, get_attribute, import_module namespace
15 get_attribute(os, 'fork')
H A Dtest_ioctl.py3 from test.test_support import run_unittest, import_module, get_attribute namespace
7 get_attribute(termios, 'TIOCGPGRP') #Can't run tests without this feature
H A Dtest_sysconfig.py14 from test.test_support import run_unittest, TESTFN, unlink, get_attribute namespace
243 symlink = get_attribute(os, "symlink")
H A Dtest_support.py38 "check_impl_detail", "get_attribute", "py3k_bytes",
148 def get_attribute(obj, name): function

Completed in 119 milliseconds