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

Method function_fullname

mypy/semanal.py:988–991  ·  view source on GitHub ↗
(self, fullname: str)

Source from the content-addressed store, hash-verified

986 self.analyze_func_def(defn)
987
988 def function_fullname(self, fullname: str) -> str:
989 if self.current_overload_item is None:
990 return fullname
991 return f"{fullname}#{self.current_overload_item}"
992
993 def analyze_func_def(self, defn: FuncDef) -> None:
994 if self.push_type_args(defn.type_args, defn) is None:

Callers 4

analyze_func_defMethod · 0.95
analyze_function_bodyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected