Skip to content
Snippets Groups Projects
Commit f6e522f9 authored by Michele Maris's avatar Michele Maris
Browse files

u

parent 0fb11b2e
No related branches found
No related tags found
No related merge requests found
class DummyCLI :
""" this is used to create a dummy command line which is used in notebooks to simulate a parsed cli interface
it has two structures:
args = arguments passed from the CLI
Options = options passed from the CLI
"""
def __init__(self) :
self.args=struct()
self.Options=struct()
......@@ -9,6 +9,8 @@ from .files import moveFile2backup
from .wavenumber_base import wavenumber_base
from .profiling import timer,timerDict
from .struct import struct
from .DummyCLI import DummyCLI
#from import .grep
#import .intervalls
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment