obspy.io.reftek.packet.DTPacket =============================== .. currentmodule:: obspy.io.reftek.packet .. autoclass:: DTPacket :show-inheritance: .. rubric:: Attributes .. autosummary:: :toctree: . :nosignatures: ~DTPacket.nanoseconds ~DTPacket.time ~DTPacket.type .. rubric:: Public Methods .. autosummary:: :toctree: . :nosignatures: ~DTPacket.from_data .. rubric:: Special Methods .. automethod:: DTPacket.__delattr__ .. automethod:: DTPacket.__dir__ .. automethod:: DTPacket.__eq__ .. automethod:: DTPacket.__format__ .. automethod:: DTPacket.__ge__ .. automethod:: DTPacket.__getattr__ .. automethod:: DTPacket.__getattribute__ .. automethod:: DTPacket.__gt__ .. automethod:: DTPacket.__hash__ .. automethod:: DTPacket.__init__ .. automethod:: DTPacket.__init_subclass__ .. automethod:: DTPacket.__le__ .. automethod:: DTPacket.__lt__ .. automethod:: DTPacket.__ne__ .. automethod:: DTPacket.__new__ .. automethod:: DTPacket.__reduce__ .. automethod:: DTPacket.__reduce_ex__ .. automethod:: DTPacket.__repr__ .. automethod:: DTPacket.__setattr__ .. automethod:: DTPacket.__sizeof__ .. automethod:: DTPacket.__str__ .. automethod:: DTPacket.__subclasshook__