Skip to content

Commit

Permalink
feat!: Remove NotImplementedError-guard in AddressSpace
Browse files Browse the repository at this point in the history
  • Loading branch information
AiyionPrime committed Feb 13, 2024
1 parent a17b06c commit e3daf33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions asyncua/server/address_space.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,9 +718,7 @@ def load_aspace_shelf(self, path: Path):
Note: Intended for slow devices, such as Raspberry Pi, to greatly improve start up time
"""
raise NotImplementedError

# ToDo: async friendly implementation - load all at once?
class LazyLoadingDict(collections.abc.MutableMapping):
"""
Special dict that only loads nodes as they are accessed. If a node is accessed it gets copied from the
Expand Down

0 comments on commit e3daf33

Please sign in to comment.