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

Method __call__

lib/matplotlib/backend_bases.py:3736–3737  ·  view source on GitHub ↗
(self, block=None)

Source from the content-addressed store, hash-verified

3734 """
3735
3736 def __call__(self, block=None):
3737 return self.show(block=block)

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected