Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ make_trigger
Function
make_trigger
mypy/server/trigger.py:13–14 ·
view source on GitHub ↗
(name: str)
Source
from the content-addressed store, hash-verified
11
12
13
def
make_trigger(name: str) -> str:
14
return
f
"<{name}>"
15
16
17
def
make_wildcard_trigger(module: str) -> str:
Callers
15
_snapshot_protocol_deps
Method · 0.90
visit_func_def
Method · 0.90
visit_decorator
Method · 0.90
visit_class_def
Method · 0.90
process_type_info
Method · 0.90
visit_import
Method · 0.90
visit_import_from
Method · 0.90
visit_assignment_stmt
Method · 0.90
process_lvalue
Method · 0.90
process_global_ref_expr
Method · 0.90
visit_member_expr
Method · 0.90
visit_super_expr
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…