Files
typeshed/stdlib/2
Jason a1331accbe Update int.from_bytes to allow more than sequences (#3571)
`int.from_bytes` supports both iterables of ints and objects that define
__bytes__'.  As an example `int.from_bytes(iter([1, 0]), 'little'))`
returns 1.
2020-01-05 16:02:10 +01:00
..
2016-10-26 16:24:49 -07:00
2016-10-26 16:24:49 -07:00
2019-10-29 19:52:05 -07:00
2016-10-26 16:24:49 -07:00
2016-10-26 16:24:49 -07:00
2019-11-20 10:29:05 +00:00
2017-04-30 14:16:30 -07:00
2016-10-26 16:24:49 -07:00
2019-12-04 13:07:24 -08:00
2016-10-26 16:24:49 -07:00
2018-10-24 07:20:53 -07:00
2018-11-23 09:51:44 -08:00