Coverage for fiqus/plotters/PlotPythonMultipole.py: 57%

7 statements  

« prev     ^ index     » next       coverage.py v6.4.4, created at 2024-05-20 03:24 +0200

1import os 

2 

3class PlotPythonMultipole: 

4 def __init__(self, fdm, verbose=True): 

5 """ 

6 Class for making python plots of multipole magnets 

7 :param fdm: FiQuS data model 

8 :param verbose: If True more information is printed in python console. 

9 """ 

10 self.fdm = fdm 

11 self.verbose = verbose 

12 

13 def dummy_plot_func(self): 

14 """ 

15 not implemented yet 

16 :return: 

17 :rtype: 

18 """ 

19 pass