MCPcopy Index your code
hub / github.com/sphinx-doc/sphinx / unparse

Function unparse

sphinx/pycode/ast.py:35–35  ·  view source on GitHub ↗
(node: None, code: str = '')

Source from the content-addressed store, hash-verified

33
34@overload
35def unparse(node: None, code: str = '') -> None: ...
36
37
38@overload

Callers

nothing calls this directly

Calls 2

_UnparseVisitorClass · 0.85
visitMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…