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

Method get_gid

lib/matplotlib/artist.py:637–639  ·  view source on GitHub ↗

Return the group id.

(self)

Source from the content-addressed store, hash-verified

635 self._url = url
636
637 def get_gid(self):
638 """Return the group id."""
639 return self._gid
640
641 def set_gid(self, gid):
642 """

Callers 15

draw_paneMethod · 0.45
drawMethod · 0.45
draw_gridMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected