Home
last modified time | relevance | path

Searched refs:_capi (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Tools/c-analyzer/cpython/
H A D__main__.py23 from . import _analyzer, _capi, _files, _parser, REPO_ROOT namespace
219 for level in _capi.LEVELS:
232 elif level in _capi.LEVELS:
235 parser.error(f'expected LEVEL to be one of {sorted(_capi.LEVELS)}, got {level!r}')
239 for kind in _capi.KINDS:
246 if kind in _capi.KINDS:
249 parser.error(f'expected KIND to be one of {sorted(_capi.KINDS)}, got {kind!r}')
260 args.format = _capi.resolve_format(args.format)
262 if args.format not in _capi._FORMATS:
301 render = _capi
[all...]

Completed in 1 milliseconds