MCPcopy Create free account
hub / github.com/executablebooks/markdown-it-py / decode

Function decode

markdown_it/_punycode.py:35–36  ·  view source on GitHub ↗
(ascii: str)

Source from the content-addressed store, hash-verified

33
34
35def decode(ascii: str) -> str:
36 return codecs.decode(ascii, encoding="punycode") # type: ignore
37
38
39def map_domain(string: str, fn: Callable[[str], str]) -> str:

Callers 1

mappingFunction · 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…