MCPcopy Index your code
hub / github.com/python/cpython / _get_format_handlers

Function _get_format_handlers

Tools/c-analyzer/c_parser/datafiles.py:73–80  ·  view source on GitHub ↗
(group, fmt)

Source from the content-addressed store, hash-verified

71
72
73def _get_format_handlers(group, fmt):
74 # XXX Use a registry.
75 if group != 'decls':
76 raise NotImplementedError(group)
77 if fmt == 'tsv':
78 return (_iter_decls_tsv, _write_decls_tsv)
79 else:
80 raise NotImplementedError(fmt)
81
82
83# tsv

Callers 2

read_declsFunction · 0.85
write_declsFunction · 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…