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

Function make_entry

mypyc/irbuild/statement.py:762–763  ·  view source on GitHub ↗
(type: Expression)

Source from the content-addressed store, hash-verified

760 return lambda: builder.accept(body)
761
762 def make_entry(type: Expression) -> tuple[ValueGenFunc, int]:
763 return (lambda: builder.accept(type), type.line)
764
765 handlers = [
766 (make_entry(type) if type else None, var, make_handler(body))

Callers 1

Calls 1

acceptMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…