Product#
- stixpy.product.Product = <stixpy.product.product_factory.ProductFactory object>#
A factory for generating stix data products
- Parameters:
*inputs – Inputs to parse for map objects. See the examples section for a detailed list of accepted inputs.
- Returns:
stixpy.product.Product– If the input results in a singular product, then that is returned.listofProduct– If multiple inputs a list ofProductobjects will be returned.
Examples