MCPcopy Index your code
hub / github.com/python/cpython / F

Class F

Lib/test/test_binop.py:399–400  ·  view source on GitHub ↗

Independent class that should fall back

Source from the content-addressed store, hash-verified

397 __eq__ = None
398
399class F(object):
400 """Independent class that should fall back"""
401
402class X(object):
403 """Independent class that should fail"""

Callers 15

__init__Method · 0.70
testInitMethod · 0.70
testInitFromFloatMethod · 0.70
testInitFromDecimalMethod · 0.70
testFromStringMethod · 0.70
test_limit_intMethod · 0.70
testImmutableMethod · 0.70
testFromDecimalMethod · 0.70
testFromNumberMethod · 0.70
test_is_integerMethod · 0.70
test_as_integer_ratioMethod · 0.70

Calls

no outgoing calls

Tested by 15

__init__Method · 0.56
testInitMethod · 0.56
testInitFromFloatMethod · 0.56
testInitFromDecimalMethod · 0.56
testFromStringMethod · 0.56
test_limit_intMethod · 0.56
testImmutableMethod · 0.56
testFromDecimalMethod · 0.56
testFromNumberMethod · 0.56
test_is_integerMethod · 0.56
test_as_integer_ratioMethod · 0.56