Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
replaced ReferenceContext with View.get_next_ds_references
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 16, 2023
1 parent d3e41bd commit 5cf460b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 102 deletions.
4 changes: 1 addition & 3 deletions data_specification/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,9 @@
from .memory_region_real import MemoryRegionReal
from .memory_region_reference import MemoryRegionReference
from .memory_region_collection import MemoryRegionCollection
from .reference_context import ReferenceContext

__all__ = [
"__version__", "__version_name__", "__version_month__", "__version_year__",
"DataSpecificationExecutor", "DataSpecificationExecutorFunctions",
"DataSpecificationGenerator", "AbstractMemoryRegion",
"MemoryRegionReal", "MemoryRegionReference",
"MemoryRegionCollection", "ReferenceContext"]
"MemoryRegionReal", "MemoryRegionReference", "MemoryRegionCollection"]
60 changes: 0 additions & 60 deletions data_specification/reference_context.py

This file was deleted.

39 changes: 0 additions & 39 deletions unittests/test_reference_context.py

This file was deleted.

0 comments on commit 5cf460b

Please sign in to comment.