pyprobe.pyprobe_types#
Module for type hints and type aliases.
Module Attributes
Type alias for filtering to an experiment. |
|
Type alias for filtering to a cycle. |
|
Type alias for filtering to a step. |
|
Type alias for raw data in PyProbe. |
|
Type alias for data in PyProbe. |
|
Type alias for an experiment or cycle. |
- FilterToExperimentType = pyprobe.filters.Procedure | pyprobe.filters.Experiment#
Type alias for filtering to an experiment.
- FilterToCycleType = pyprobe.filters.Procedure | pyprobe.filters.Experiment | pyprobe.filters.Cycle#
Type alias for filtering to a cycle.
- FilterToStepType = pyprobe.filters.Procedure | pyprobe.filters.Experiment | pyprobe.filters.Cycle | pyprobe.filters.Step#
Type alias for filtering to a step.
- PyProBERawDataType = pyprobe.rawdata.RawData | pyprobe.filters.Procedure | pyprobe.filters.Experiment | pyprobe.filters.Cycle | pyprobe.filters.Step#
Type alias for raw data in PyProbe.
- PyProBEDataType = pyprobe.rawdata.RawData | pyprobe.filters.Procedure | pyprobe.filters.Experiment | pyprobe.filters.Cycle | pyprobe.filters.Step | pyprobe.result.Result#
Type alias for data in PyProbe.
- ExperimentOrCycleType = pyprobe.filters.Experiment | pyprobe.filters.Cycle#
Type alias for an experiment or cycle.