We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
objets bytes
For bytes objects, the original sequence is returned if width is less than or equal to len(s).
Pour les objets bytes, la séquence initiale est renvoyée si width est inférieur ou égal à len(s).
Since bytes objects are sequences of integers (akin to a tuple), for a bytes object b, b will be an integer, while b[0:1] will be a bytes object of length 1.
Comme les objets bytes sont des séquences d'entiers (semblables à un tuple), pour une instance de bytes b, b sera un entier, tandis que "b[0:1]" sera un objet bytes de longueur 1.
A TypeError will be raised if there are any non-string values in iterable, including bytes objects.
Une TypeError sera levée si une valeur d itérable n'est pas une chaîne, y compris pour les objets bytes.
Bytes objects can also be created with literals, see String and Bytes literals.
Les objets bytes peuvent aussi être crées à partir de littéraux, voir Littéraux de chaînes de caractères et de suites d'octets.
The representation of bytes objects uses the literal format (b'...') since it is often more useful than e.g. bytes([46, 46, 46]).
La représentation des bytes utilise le format littéral (b'...') car il est souvent plus utile que par exemple bytes([46, 46, 46]).
Aside from being mutable (and hence unhashable), byte arrays otherwise provide the same interface and functionality as immutable bytes objects.
À part la propriété d'être muable (et donc de ne pas pouvoir calculer son empreinte par hachage), un tableau d'octets possède la même interface et les mêmes fonctionnalités qu'un objet immuable bytes.
Also, bytes objects can be decoded to strings via the decode() method. Mutable sequences
Aussi, un objet bytes peut être décodé vers une chaîne via la méthode decode().
Also, bytes objects can be decoded to strings via the decode() method. Mutable sequences
La fonction bytearray() convertit ensuite la chaîne en bytes via la méthode str.encode().
Bytes objects are immutable sequences of single bytes.
Les Bytes sont des séquences immuables d'octets.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.