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

Method _parse_kwarg

Tools/clinic/libclinic/parse_args.py:484–488  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

482 limited_capi=self.limited_capi)
483
484 def _parse_kwarg(self) -> str:
485 assert self.var_keyword is not None
486 c = self.var_keyword.converter
487 assert isinstance(c, libclinic.converters.VarKeywordCConverter)
488 return c.parse_var_keyword()
489
490 def parse_pos_only(self) -> None:
491 if self.fastcall:

Callers 2

parse_pos_onlyMethod · 0.95
parse_var_keywordMethod · 0.95

Calls 1

parse_var_keywordMethod · 0.45

Tested by

no test coverage detected