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

Class Q1

Lib/test/test_descr.py:1473–1474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1471 __slots__ = ["__classcell__"]
1472
1473 class Q1(metaclass=Meta, attr="__qualname__"):
1474 __slots__ = ["__qualname__"]
1475 self.assertEqual(Q1.__qualname__, C1.__qualname__[:-2] + "Q1")
1476 self.assertIsInstance(Q1.__dict__["__qualname__"],
1477 types.MemberDescriptorType)

Callers 1

test_slots_special2Method · 0.85

Calls

no outgoing calls

Tested by 1

test_slots_special2Method · 0.68