(self, *, pos_only: int, min_pos: int, max_pos: int,
fastcall: bool, limited_capi: bool)
| 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 | |
| 1278 | class varpos_tuple_converter(VarPosCConverter): |