Searched refs:bytestring (Results 1 – 23 of 23) sorted by relevance
/third_party/python/Lib/test/test_email/ |
D | __init__.py | 51 def _bytes_msg(self, bytestring, message=None, policy=None): argument 56 return email.message_from_bytes(bytestring, message, policy=policy)
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | constant-evaluate.h | 20 const char* bytestring = "Foo"; variable
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-5/ |
D | constant-evaluate.rs | 24 pub const bytestring: &[u8; 4usize] = b"Foo\0"; constant
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/libclang-9/ |
D | constant-evaluate.rs | 24 pub const bytestring: &[u8; 4usize] = b"Foo\0"; constant
|
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
D | basic.rb | 628 bytestring = ["FFFF"].pack("H*") 629 m[bytestring] = 1 633 bytestring = ["FFFF"].pack("H*") 634 m[bytestring] = 1
|
/third_party/protobuf/ruby/tests/ |
D | common_tests.rb | 499 bytestring = ["FFFF"].pack("H*") 500 m[bytestring] = 1 504 bytestring = ["FFFF"].pack("H*") 505 m[bytestring] = 1
|
/third_party/python/Doc/library/ |
D | wsgiref.rst | 158 returns an empty bytestring, iteration is ended and is not resumable. 218 Calling ``bytes()`` on a :class:`Headers` object returns a formatted bytestring 221 by a carriage return and line feed, and the bytestring is terminated with a 697 The error response body. This should be an HTTP response body bytestring. It
|
D | zlib.rst | 246 available. If the whole bytestring turned out to contain compressed data, this is 281 :attr:`unconsumed_tail`. This bytestring must be passed to a subsequent call to
|
D | binascii.rst | 107 Accept only bytestring or bytearray objects as input.
|
D | xml.etree.elementtree.rst | 559 comment string can be either a bytestring or a Unicode string. *text* is a 706 generate a Unicode string (otherwise, a bytestring is generated). *method* 730 generate a Unicode string (otherwise, a bytestring is generated). *method* 1273 either a bytestring, or a Unicode string.
|
D | sqlite3.rst | 282 Registers a callable to convert a bytestring from the database into a custom 574 You can also set it to any other callable that accepts a single bytestring
|
D | socket.rst | 1558 new bytestring. The return value is a pair ``(nbytes, address)`` where *nbytes* is 1568 rather than creating a new bytestring. If *nbytes* is not specified (or 0), 1744 case it is up to the caller to ensure that the bytestring contains the
|
D | os.rst | 1209 Return a bytestring containing the bytes read. If the end of the file 1276 Write the bytestring in *str* to file descriptor *fd* at position of 1353 Return a bytestring containing the bytes read. If the end of the file 1511 Write the bytestring in *str* to file descriptor *fd*. 1896 Return a bytestring representing the current working directory.
|
D | stdtypes.rst | 3802 Return the data in the buffer as a bytestring. This is equivalent to
|
/third_party/python/Lib/test/ |
D | pickletester.py | 2856 bytestring = b"abcdefgh" 2857 yield ZeroCopyBytes(bytestring) 2858 yield ZeroCopyBytearray(bytestring) 2860 items = list(bytestring) 2861 value = int.from_bytes(bytestring, byteorder='little')
|
D | test_codecs.py | 1105 bytestring = codecs.BOM_UTF8 + b"ABC\xC2\xA1\xE2\x88\x80XYZ" 1110 istream = reader(io.BytesIO(bytestring)) 1127 bytestring = b"ABC\xC2\xA1\xE2\x88\x80XYZ" 1132 istream = reader(io.BytesIO(bytestring))
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.0b2.rst | 540 bytestring is passed.
|
D | 3.10.0a7.rst | 577 Fix a regression introduced in GH-24562, where an empty bytestring was
|
D | 3.5.3rc1.rst | 851 bytestring is passed.
|
D | 3.7.0a1.rst | 4533 bytestring is passed.
|
/third_party/python/Doc/howto/ |
D | curses.rst | 303 bytestring as the value to be displayed. The contents of bytestrings 310 either a string of length 1, a bytestring of length 1, or an integer.
|
/third_party/protobuf/ |
D | Makefile.am | 1321 js/experimental/runtime/bytestring.js \
|
/third_party/python/Doc/whatsnew/ |
D | 2.6.rst | 2760 return a pure ASCII bytestring.
|