MCPcopy Index your code
hub / github.com/RustPython/RustPython / bit_length

Method bit_length

Lib/test/test_decimal.py:5725–5726  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5723
5724 class I(int):
5725 def bit_length(self):
5726 return [1]*200
5727
5728 class Z(float):
5729 def as_integer_ratio(self):

Callers 15

_float_sqrt_of_fracFunction · 0.45
binFunction · 0.45
__set_name__Method · 0.45
_missing_Method · 0.45
_high_bitFunction · 0.45
convert_classFunction · 0.45
summarize_address_rangeFunction · 0.45
encode_longFunction · 0.45
from_floatMethod · 0.45
as_integer_ratioMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected