- Notifications
You must be signed in to change notification settings - Fork35
Closed
Labels
Description
Our PostgresNode has the RO-property os_ops:
Lines 310 to 314 in44d61c2
@property | |
defos_ops(self)->OsOperations: | |
assertself._os_opsisnotNone | |
assertisinstance(self._os_ops,OsOperations) | |
returnself._os_ops |
I think we should have the RO-property port_manager, too.