Vertaling van "bytes-like" in Frans
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.
The binary sequence of byte values to remove may be any bytes-like object.
La séquence de valeurs à supprimer peut être tout bytes-like object.
The separator to search for may be any bytes-like object.
Le séparateur à rechercher peut être tout bytes-like object.
They interoperate not just with operands of the same type, but with any bytes-like object.
Ils interagissent non seulement avec des opérandes de même type, mais aussi avec les bytes-like object.
Array objects also implement the buffer interface, and may be used wherever bytes-like objects are supported.
Les objets de tableau implémentent également l'interface tampon, et peuvent être utilisés partout où bytes-like objects sont supportés.
Passing the encoding argument to str allows decoding any bytes-like object directly, without needing to make a temporary bytes or bytearray object.
Passer l'argument encoding à str permet de décoder tout bytes-like object directement, sans avoir besoin d'utiliser un bytes ou bytearray temporaire.
The argument bytes must either be a bytes-like object or an iterable producing bytes.
La valeur par défaut pour bytes doit être soit un bytes-like object soit un itérable produisant des bytes.
The prefix(es) to search for may be any bytes-like object.
Le préfixe(s) à rechercher peuvent être n'importe quel bytes-like object.
A new array whose items are restricted by typecode, and initialized from the optional initializer value, which must be a list, a bytes-like object, or iterable over elements of the appropriate type.
Un nouveau tableau dont les éléments sont limités par typecode, et initialisés par la valeur optionnelle initializer, qui peut être une liste, un bytes-like object, ou un itérable sur des éléments du type approprié.
Decompress data (a bytes-like object), returning uncompressed data as bytes.
Une donnée décompressée (un bytes-like object), renvoyant une donnée non compressée sous forme d'octets.
This static method returns a translation table usable for bytes.translate() that will map each character in from into the character at the same position in to; from and to must both be bytes-like objects and have the same length.
static Cette méthode statique renvoie une table de traduction utilisable par bytes.translate() qui permettra de changer chaque caractère de from par un caractère à la même position dans to; from et to doivent tous deux être des bytes-like objects et avoir la même longueur.
The subsequence to search for and its replacement may be any bytes-like object. Note
La sous-séquence à rechercher et son remplacement peuvent être n'importe quel bytes-like object. Note
Read from a file descriptor fd at a position of offset into mutable bytes-like objects buffers, leaving the file offset unchanged.
Lit depuis un descripteur de fichier fd, à la position offset dans des objets bytes-compatibles muables buffers, sans modifier la position dans le fichier.
The subsequence to search for may be any bytes-like object or an integer in the range 0 to 255.
La sous-séquence à rechercher peut être un quelconque bytes-like object ou un nombre entier compris entre 0 et 255.