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

Function strclass

Lib/unittest/util.py:63–64  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

61 return result[:_MAX_LENGTH] + ' [truncated]...'
62
63def strclass(cls):
64 return "%s.%s" % (cls.__module__, cls.__qualname__)
65
66def _dedupe_sorted(lst):
67 """Remove consecutive duplicate elements from a sorted list."""

Callers 15

testBufferSetUpMethod · 0.90
testBufferTearDownMethod · 0.90
testBufferDoCleanupsMethod · 0.90
testBufferSetupClassMethod · 0.90
idMethod · 0.85
__str__Method · 0.85

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…