MCPcopy Create free account
hub / github.com/python/mypy / process_param_spec_def

Method process_param_spec_def

mypy/server/astmerge.py:256–258  ·  view source on GitHub ↗
(self, tv: ParamSpecType)

Source from the content-addressed store, hash-verified

254 self.fixup_type(tv.default)
255
256 def process_param_spec_def(self, tv: ParamSpecType) -> None:
257 self.fixup_type(tv.upper_bound)
258 self.fixup_type(tv.default)
259
260 def process_type_var_tuple_def(self, tv: TypeVarTupleType) -> None:
261 self.fixup_type(tv.upper_bound)

Callers

nothing calls this directly

Calls 1

fixup_typeMethod · 0.95

Tested by

no test coverage detected