Loading src/yapsut/DummyCLI.py 0 → 100644 +9 −0 Original line number Diff line number Diff line 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() src/yapsut/__init__.py +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
src/yapsut/DummyCLI.py 0 → 100644 +9 −0 Original line number Diff line number Diff line 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()
src/yapsut/__init__.py +2 −0 Original line number Diff line number Diff line Loading @@ -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