MCPcopy Create free account
hub / github.com/python/cpython / parse_vararg

Method parse_vararg

Tools/clinic/libclinic/converters.py:1273–1275  ·  view source on GitHub ↗
(self, *, pos_only: int, min_pos: int, max_pos: int,
                     fastcall: bool, limited_capi: bool)

Source from the content-addressed store, hash-verified

1271 raise AssertionError('should never be called')
1272
1273 def parse_vararg(self, *, pos_only: int, min_pos: int, max_pos: int,
1274 fastcall: bool, limited_capi: bool) -> str:
1275 raise NotImplementedError
1276
1277
1278class varpos_tuple_converter(VarPosCConverter):

Callers 1

_parse_varargMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected