cti-python-stix2/stix2/datastore
Michael Chisholm ee57596d6a Implemented clenk's suggested changes in multi-version filesystem
store:
- Use utils.get_type_from_id() instead of my own (I didn't know it
  was already there)
- Use dict-style instead of attribute-style access to get stix
  object properties
- Convert timezone-aware timestamps to UTC in _timestamp2filename()
  to ensure that different times always result in different
  filenames.

Also added a couple new tests for _timestamp2filename(), which
exercises the timezone conversion code.
2018-11-01 20:25:00 -04:00
..
__init__.py safer error class 2018-05-22 10:03:06 -04:00
filesystem.py Implemented clenk's suggested changes in multi-version filesystem 2018-11-01 20:25:00 -04:00
filters.py Modify docstring for apply_common_filters() to change what it 2018-10-15 18:02:48 -04:00
memory.py Add multi-version support to the filesystem datastore. 2018-11-01 20:25:00 -04:00
taxii.py formatting 2018-05-18 11:45:40 -04:00