Version#

class stixpy.net.attrs.Version(version: int)[source]#

Bases: SimpleAttr

Exact version of the data file

Attributes Summary

Methods Summary

matches(ver)

Attributes Documentation

PATTERN = re.compile('V(\\d{2})([a-zA-Z]?)')#

Methods Documentation

matches(ver: str) bool[source]#