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

Method _Spacer

lib/matplotlib/backends/_backend_tk.py:902–906  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

900 return b
901
902 def _Spacer(self):
903 # Buttons are also 18pt high.
904 s = tk.Frame(master=self, height='18p', relief=tk.RIDGE, bg='DarkGray')
905 s.pack(side=tk.LEFT, padx='3p')
906 return s
907
908 def save_figure(self, *args):
909 filetypes = self.canvas.get_supported_filetypes_grouped()

Callers 3

__init__Method · 0.95
_add_separatorMethod · 0.80
_setup_tkFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected