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

Function render

lib/matplotlib/_mathtext.py:1726–1728  ·  view source on GitHub ↗
(node, *args)

Source from the content-addressed store, hash-verified

1724 phantom: list[bool] = []
1725
1726 def render(node, *args):
1727 if not any(phantom):
1728 node.render(*args)
1729
1730 def clamp(value: float) -> float:
1731 return -1e9 if value < -1e9 else +1e9 if value > +1e9 else value

Callers 2

hlist_outFunction · 0.85
vlist_outFunction · 0.85

Calls 1

renderMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…