pyprobe.pyprobe_types#

Module for type hints and type aliases.

Module Attributes

FilterToExperimentType

Type alias for filtering to an experiment.

FilterToCycleType

Type alias for filtering to a cycle.

FilterToStepType

Type alias for filtering to a step.

PyProBERawDataType

Type alias for raw data in PyProbe.

PyProBEDataType

Type alias for data in PyProbe.

ExperimentOrCycleType

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.