From 1bc15b8254b9b737faafc98e589b03c836dbbec5 Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Thu, 14 Nov 2024 13:24:57 -0700 Subject: [PATCH] Add readonly to TechnologySpecificNetwork; currently unused --- carthage/network/base.py | 1 + 1 file changed, 1 insertion(+) diff --git a/carthage/network/base.py b/carthage/network/base.py index efd50ed6..1e002d63 100644 --- a/carthage/network/base.py +++ b/carthage/network/base.py @@ -114,6 +114,7 @@ class TechnologySpecificNetwork(AsyncInjectable): ''' + readonly = False async def also_accessed_by(self, others: typing.List[TechnologySpecificNetwork]): ''' Abstract method to notify a class of other technology specific networks.