cti-python-stix2/stix2/sources
Chris Lenk f0331f8b9b Reorganize DataStore code for dereferencing
- Move `relationships()` to DataStore like `related_to()` is. If a
  DataStore implementation needs a different way to handle relationship
  dereferencing (e.g. TAXII in the future, or CompositeDataSource), it
  can overwrite these functions.
- Reduce code duplication.
- Check for presence of Data Source/Sink in all DataStores, not just in
  Environment.
2017-11-16 16:25:57 -05:00
..
__init__.py Reorganize DataStore code for dereferencing 2017-11-16 16:25:57 -05:00
filesystem.py Reorganize DataStore code for dereferencing 2017-11-16 16:25:57 -05:00
filters.py Fix Python2 bug when filter value is unicode 2017-11-15 16:56:55 -05:00
memory.py Reorganize DataStore code for dereferencing 2017-11-16 16:25:57 -05:00
taxii.py Reorganize DataStore code for dereferencing 2017-11-16 16:25:57 -05:00