8000 py/objint.c: Add support for int.bit_length(). · micropython/micropython@9dd4f8f · GitHub
[go: up one dir, main page]

Skip to content

Commit 9dd4f8f

Browse files
authored
py/objint.c: Add support for int.bit_length().
1 parent 1747ae9 commit 9dd4f8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/basics/builtin_help.py.exp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ object <function> is of type function
33
object <class 'int'> is of type type
44
from_bytes -- <classmethod>
55
to_bytes -- <function>
6+
########
67
object 1 is of type int
78
from_bytes -- <classmethod>
89
to_bytes -- <function>

0 commit comments

Comments
 (0)
0