MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / get_ast_mro_trees

Function get_ast_mro_trees

tools/boilerplate.py:412–413  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

410
411@functools.lru_cache
412def get_ast_mro_trees(cls):
413 return [get_ast_tree(c) for c in cls.__mro__ if c.__module__ != "builtins"]
414
415
416def get_matching_signature(method, trees):

Callers 1

generate_functionFunction · 0.85

Calls 1

get_ast_treeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…