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

Function method

lib/matplotlib/_api/__init__.py:347–348  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

345 def make_alias(name): # Enforce a closure over *name*.
346 @functools.wraps(getattr(cls, name))
347 def method(self, *args, **kwargs):
348 return getattr(self, name)(*args, **kwargs)
349 return method
350
351 for prop, aliases in alias_d.items():

Callers 2

wrapperFunction · 0.85
violin_statsFunction · 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…