MCPcopy
hub / github.com/matplotlib/matplotlib / get

Method get

lib/matplotlib/layout_engine.py:97–101  ·  view source on GitHub ↗

Return copy of the parameters for the layout engine.

(self)

Source from the content-addressed store, hash-verified

95 return self._adjust_compatible
96
97 def get(self):
98 """
99 Return copy of the parameters for the layout engine.
100 """
101 return dict(self._params)
102
103 def execute(self, fig):
104 """

Callers 15

get_pull_requestFunction · 0.45
get_paged_requestFunction · 0.45
is_pull_requestFunction · 0.45
get_authorsFunction · 0.45
generate_functionFunction · 0.45
boilerplate_genFunction · 0.45
_get_xdg_cache_dirFunction · 0.45
check_typehints.pyFile · 0.45
mainFunction · 0.45
runFunction · 0.45
github_stats.pyFile · 0.45
plot_surfaceMethod · 0.45

Calls

no outgoing calls

Tested by 1

runFunction · 0.36