TMPacketFactory#

class stixcore.tmtc.packet_factory.TMPacketFactory(registry=None)[source]#

Bases: BaseFactory

Factory from TM packet return the correct type of based on the packet data and registered.

Methods Summary

__call__(data, **kwargs)

Call self as a function.

Methods Documentation

__call__(data, **kwargs)[source]#

Call self as a function.