PCS
Core
- class q2_cores.PCS.core.Core(logger, core_user, hq_credentials=None, **kwargs)[source]
Bases:
BaseCore
All cores will inherit from this common base class. This contains a self.configured_user property, which is an instance of
q2_sdk.models.cores.models.core_user.CoreUser
.- CONFIG_FILE_NAME = 'PCS_Core'
- REQUIRED_CONFIGURATIONS = {'BANK_ID': '1'}