Skip to content

Commit

Permalink
Add readonly to TechnologySpecificNetwork; currently unused
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmans committed Nov 14, 2024
1 parent a6de04d commit 1bc15b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions carthage/network/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1bc15b8

Please sign in to comment.