MCPcopy Index your code
hub / github.com/msgspec/msgspec / fullname

Function fullname

src/msgspec/_json_schema.py:197–198  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

195 return re.sub(r"[^a-zA-Z0-9.\-_]", "_", name)
196
197 def fullname(cls):
198 return normalize(f"{cls.__module__}.{cls.__qualname__}")
199
200 conflicts = set()
201 names: dict[str, Any] = {}

Callers 1

_build_name_mapFunction · 0.85

Calls 1

normalizeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…