Source code for RsOsp.Implementations.Read_.Io

from ...Internal.Core import Core
from ...Internal.CommandsGroup import CommandsGroup


# noinspection PyPep8Naming,PyAttributeOutsideInit,SpellCheckingInspection
[docs]class Io: """Io commands group definition. 1 total commands, 1 Sub-groups, 0 group commands""" def __init__(self, core: Core, parent): self._core = core self._base = CommandsGroup("io", core, parent) @property def inputPy(self): """inputPy commands group. 0 Sub-classes, 1 commands.""" if not hasattr(self, '_inputPy'): from .Io_.InputPy import InputPy self._inputPy = InputPy(self._core, self._base) return self._inputPy