Home
last modified time | relevance | path

Searched refs:_UNSPECIFIED (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/test/support/
Dbytecode_helper.py7 _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/
DSSL.py12 UNSPECIFIED as _UNSPECIFIED, unknown
890 def use_privatekey_file(self, keyfile, filetype=_UNSPECIFIED):
903 if filetype is _UNSPECIFIED:
Dcrypto.py24 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/
Dtest.rst1625 .. method:: BytecodeTestCase.assertInBytecode(x, opname, argval=_UNSPECIFIED)
1630 .. method:: BytecodeTestCase.assertNotInBytecode(x, opname, argval=_UNSPECIFIED)