TMPacketFactory#
- class stixcore.tmtc.packet_factory.TMPacketFactory(registry=None)[source]#
Bases:
BaseFactoryFactory 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