Files
typeshed/stubs
Bas van Beek a1ca55037a Update the xxhash and hashlib stubs (#6031)
* `name`, `block_size`, `digest_size` and `digestsize` attributes of hash objects were made read-only.
* It is now a type-checking error to subclass `xxhash` classes, such as `xxhash.xxh32`. Previously it was an error only at runtime.
* `xxhash` functions now accept strings as input and any object with `__index__()` method for `seed` (instead of requiring an integer). They also fail the type checking if no arguments are given.
2021-09-14 12:01:11 +03:00
..
2021-07-14 09:24:19 +01:00
2021-07-24 13:47:14 -07:00
2021-08-31 21:10:04 -07:00
2021-08-18 17:02:14 +03:00
2021-07-15 13:26:53 +02:00
2021-07-15 17:28:57 +02:00
2021-08-23 11:53:03 -07:00
2021-07-19 10:28:00 +02:00
2021-08-07 08:10:03 -07:00
2021-07-15 14:34:59 +02:00
2021-07-15 17:29:56 +02:00
2021-03-27 17:35:22 -07:00
2021-07-12 21:03:08 +02:00
2021-07-13 15:11:27 +01:00
2021-09-10 15:59:12 +02:00