MCPcopy Create free account
hub / github.com/scanny/python-pptx / cls_qname

Function cls_qname

features/steps/helpers.py:24–28  ·  view source on GitHub ↗
(obj: object)

Source from the content-addressed store, hash-verified

22
23
24def cls_qname(obj: object) -> str:
25 module_name = obj.__module__
26 cls_name = obj.__class__.__name__
27 qname = "%s.%s" % (module_name, cls_name)
28 return qname
29
30
31def count(start: int = 0, step: int = 1):

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…