MCPcopy
hub / github.com/matplotlib/matplotlib / __repr__

Method __repr__

lib/matplotlib/gridspec.py:556–559  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

554 self.num2 = num2
555
556 def __repr__(self):
557 return (f"{self.get_gridspec()}["
558 f"{self.rowspan.start}:{self.rowspan.stop}, "
559 f"{self.colspan.start}:{self.colspan.stop}]")
560
561 @staticmethod
562 def _from_subplot_args(figure, args):

Callers

nothing calls this directly

Calls 1

get_gridspecMethod · 0.95

Tested by

no test coverage detected