MCPcopy Index your code
hub / github.com/python/mypy / visit_parameters

Method visit_parameters

mypy/typeanal.py:1128–1129  ·  view source on GitHub ↗
(self, t: Parameters)

Source from the content-addressed store, hash-verified

1126 return result
1127
1128 def visit_parameters(self, t: Parameters) -> Type:
1129 raise NotImplementedError("ParamSpec literals cannot have unbound TypeVars")
1130
1131 def visit_callable_type(
1132 self, t: CallableType, nested: bool = True, namespace: str = ""

Callers

nothing calls this directly

Calls 1

NotImplementedErrorClass · 0.85

Tested by

no test coverage detected