Searched defs:__bytes__ (Results 1 – 9 of 9) sorted by relevance
| /third_party/python/Lib/test/ | ||
| D | test_bytes.py | 997 def __bytes__(self): member in BytesTest.test_custom.A |
| D | test_format.py | 330 def __bytes__(self): member in FormatTest.test_bytes_and_bytearray_format.FakeBytes |
| D | test_class.py | 469 __bytes__ = __int__ variable in ClassTests.testBadTypeReturned.BadTypeClass |
| D | test_weakref.py | 269 def __bytes__(self): member in ReferencesTestCase.test_proxy_unicode.C |
| D | test_typing.py | 1544 def __bytes__(self): member in ProtocolTests.test_supports_bytes.B |
| /third_party/python/Lib/wsgiref/ | ||
| D | headers.py | 141 def __bytes__(self): member in Headers |
| /third_party/python/Lib/email/ | ||
| D | message.py | 161 def __bytes__(self): member in Message |
| /third_party/python/Lib/ | ||
| D | pathlib.py | 638 def __bytes__(self): member in PurePath |
| D | typing.py | 2191 def __bytes__(self) -> bytes: member in SupportsBytes |