internal-only; no checks are done because this entry is populated on cluster init
(self)
| 548 | |
| 549 | @property |
| 550 | def default(self): |
| 551 | """ |
| 552 | internal-only; no checks are done because this entry is populated on cluster init |
| 553 | """ |
| 554 | return self.profiles[EXEC_PROFILE_DEFAULT] |
| 555 | |
| 556 | |
| 557 | EXEC_PROFILE_DEFAULT = object() |
no outgoing calls