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

Method makename

Lib/pydoc.py:1373–1374  ·  view source on GitHub ↗
(c, m=object.__module__)

Source from the content-addressed store, hash-verified

1371 bases = object.__bases__
1372
1373 def makename(c, m=object.__module__):
1374 return classname(c, m)
1375
1376 if name == realname:
1377 title = 'class ' + self.bold(realname)

Callers

nothing calls this directly

Calls 1

classnameFunction · 0.85

Tested by

no test coverage detected