Searched defs:expect (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/ |
D | test_tool.py | 18 expect = textwrap.dedent("""\ variable in TestTool
|
D | test_scanstring.py | 95 def assertScan(given, expect): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_textwrap.py | 31 def check(self, result, expect): argument 36 def check_wrap(self, text, width, expect, **kwargs): argument 40 def check_split(self, text, expect): argument
|
D | test_csv.py | 120 def _write_test(self, fields, expect, **kwargs): argument 210 def _read_test(self, input, expect, **kwargs): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/ |
D | pgen.py | 313 def expect(self, type, value=None): member in ParserGenerator
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | telnetlib.py | 570 def expect(self, list, timeout=None): member in Telnet
|