3.1. karr_lab_quilt3_manager package¶
3.1.1. Submodules¶
3.1.2. karr_lab_quilt3_manager.__main__ module¶
karr_lab_quilt3_manager command line interface
Author: | Name <email> |
---|---|
Date: | 2019-9-12 |
Copyright: | 2019, Karr Lab |
License: | MIT |
-
class
karr_lab_quilt3_manager.__main__.
App
(label=None, **kw)[source]¶ Bases:
cement.core.foundation.App
Command line application
-
class
karr_lab_quilt3_manager.__main__.
BaseController
(*args, **kw)[source]¶ Bases:
cement.ext.ext_argparse.ArgparseController
Base controller for command line application
-
class
karr_lab_quilt3_manager.__main__.
Command3WithArgumentsController
(*args, **kw)[source]¶ Bases:
cement.ext.ext_argparse.ArgparseController
Command3 description
-
class
Meta
[source]¶ Bases:
object
-
arguments
= [(['arg_1'], {'type': <class 'str'>, 'help': 'Description of arg_1'}), (['arg_2'], {'type': <class 'str'>, 'help': 'Description of arg_2'}), (['--opt-arg-3'], {'type': <class 'str'>, 'default': 'default value of opt-arg-1', 'help': 'Description of opt-arg-3'}), (['--opt-arg-4'], {'type': <class 'float'>, 'default': nan, 'help': 'Description of opt-arg-4'})][source]¶
-
-
class
3.1.3. karr_lab_quilt3_manager.core module¶
karr_lab_quilt3_manager
Author: | Name <email> |
---|---|
Date: | 2019-9-12 |
Copyright: | 2019, Karr Lab |
License: | MIT |
-
class
karr_lab_quilt3_manager.core.
ExampleClass
(arg_1, arg_2, kwarg_1=None, kwarg_2=None)[source]¶ Bases:
object
Descipton of ExampleClass
-
...
-
method_1
(arg_1, arg_2, kwarg_1=None, kwarg_2=None)[source]¶ Description of method_1
Parameters: - arg_1 (
type of arg_1
) – description of arg_1 - arg_2 (
type of arg_2
) – description of arg_2 - kwarg_1 (
type of kwarg_1
, optional) – description of kwarg_1 - kwarg_2 (
type of kwarg_2
, optional) – description of kwarg_2 - .. –
Returns: description of return value
Return type: type of return value
Raises: :obj:`type of raised exception(s)` – description of raised exceptions
- arg_1 (
-