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

Function is_decorated

mypyc/irbuild/function.py:633–634  ·  view source on GitHub ↗
(builder: IRBuilder, fdef: FuncDef)

Source from the content-addressed store, hash-verified

631
632
633def is_decorated(builder: IRBuilder, fdef: FuncDef) -> bool:
634 return fdef in builder.fdefs_to_decorators
635
636
637def gen_glue(

Callers 4

handle_ext_methodFunction · 0.85
handle_non_ext_methodFunction · 0.85
load_decorated_funcFunction · 0.85
get_native_impl_idsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…