File: _pylab_helpers.py

package info (click to toggle)
kdevelop-python 24.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,640 kB
  • sloc: python: 183,048; cpp: 18,798; xml: 140; sh: 14; makefile: 9
file content (5 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (6)
1
2
3
4
5
from matplotlib.backend_bases import FigureManagerBase

class class_Gcf():
    def function_get_fig_manager(self):
        l_manager = FigureManagerBase()