IOConfigABC¶

class IOConfigABC[source]¶

Define an abstract class for holding predictor I/O information.

Enforcing such that following attributes must always be defined by the subclass.

Methods

Attributes

input_resolutions

Abstract method to update input_resolution.

output_resolutions

Abstract method to update output_resolutions.

abstract property input_resolutions: None¶

Abstract method to update input_resolution.

abstract property output_resolutions: None¶

Abstract method to update output_resolutions.