cti-python-stix2/stix2
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
..
datastore Implemented clenk's suggested changes in multi-version filesystem 2018-11-01 20:25:00 -04:00
markings
test Implemented clenk's suggested changes in multi-version filesystem 2018-11-01 20:25:00 -04:00
v20
__init__.py
base.py
core.py
environment.py
exceptions.py
patterns.py
properties.py
utils.py Add multi-version support to the filesystem datastore. 2018-11-01 20:25:00 -04:00
version.py
workbench.py