Searched refs:_UNSPECIFIED (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/test/support/ |
D | bytecode_helper.py | 7 _UNSPECIFIED = object() variable 17 def assertInBytecode(self, x, opname, argval=_UNSPECIFIED): 21 if argval is _UNSPECIFIED or instr.argval == argval: 24 if argval is _UNSPECIFIED: 31 def assertNotInBytecode(self, x, opname, argval=_UNSPECIFIED): 36 if argval is _UNSPECIFIED:
|
/external/python/pyopenssl/src/OpenSSL/ |
D | SSL.py | 12 UNSPECIFIED as _UNSPECIFIED, unknown 890 def use_privatekey_file(self, keyfile, filetype=_UNSPECIFIED): 903 if filetype is _UNSPECIFIED:
|
D | crypto.py | 24 UNSPECIFIED as _UNSPECIFIED, unknown 2413 self, cert, key, type=FILETYPE_PEM, days=100, digest=_UNSPECIFIED 2435 if digest is _UNSPECIFIED:
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 1625 .. method:: BytecodeTestCase.assertInBytecode(x, opname, argval=_UNSPECIFIED) 1630 .. method:: BytecodeTestCase.assertNotInBytecode(x, opname, argval=_UNSPECIFIED)
|