MCPcopy Index your code
hub / github.com/python/cpython / 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.80
binFunction · 0.80
__set_name__Method · 0.80
_missing_Method · 0.80
_high_bitFunction · 0.80
convert_classFunction · 0.80
summarize_address_rangeFunction · 0.80
encode_longFunction · 0.80
from_floatMethod · 0.80
as_integer_ratioMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected