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

Function for_function

mypy/messages.py:3328–3332  ·  view source on GitHub ↗
(callee: CallableType)

Source from the content-addressed store, hash-verified

3326
3327
3328def for_function(callee: CallableType) -> str:
3329 name = callable_name(callee)
3330 if name is not None:
3331 return f" for {name}"
3332 return ""
3333
3334
3335def wrong_type_arg_count(low: int, high: int, act: str, name: str) -> str:

Calls 1

callable_nameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…