MCPcopy Create free account
hub / github.com/mkdocstrings/griffe / _pyprefix

Function _pyprefix

duties.py:34–38  ·  view source on GitHub ↗
(title: str)

Source from the content-addressed store, hash-verified

32
33
34def _pyprefix(title: str) -> str:
35 if MULTIRUN:
36 prefix = f"(python{sys.version_info.major}.{sys.version_info.minor})"
37 return f"{prefix:14}{title}"
38 return title
39
40
41def _get_changelog_version() -> str:

Callers 4

check_qualityFunction · 0.85
check_docsFunction · 0.85
check_typesFunction · 0.85
testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…