|
None | __init__ (self, Path candidate_file, Path capacity_dir) |
|
str | candidate_name (self, int candidate_number) |
|
bool | has_link_profile_key (self, section) |
|
bool | has_direct_link_profile_key (self, section) |
|
bool | has_indirect_link_profile_key (self, section) |
|
bool | has_already_installed_link_profile_key (self, section) |
|
| update (self) |
|
| write (self) |
|
|
str | LINK_PROFILE_KEY = "link-profile" |
|
str | ALREADY_INSTALLED_LINK_PROFILE_KEY = "already-installed-link-profile" |
|
str | DIRECT_ALREADY_INSTALLED_LINK_PROFILE_KEY = "already-installed-direct-link-profile" |
|
str | INDIRECT_ALREADY_INSTALLED_LINK_PROFILE_KEY = "already-installed-indirect-link-profile" |
|
str | DIRECT_LINK_PROFILE_KEY = "direct-"+self.LINK_PROFILE_KEY |
|
str | INDIRECT_LINK_PROFILE_KEY = "indirect-"+self.LINK_PROFILE_KEY |
|
| logger = step_logger(__name__, __class__.__name__) |
|
| config = configparser.ConfigParser() |
|
|
| _candidate_file = candidate_file |
|
| _capacity_dir = capacity_dir |
|
The documentation for this class was generated from the following file:
- src/python/antares_xpansion/profile_link_checker.py