obspy.io.gse2.bulletin.Unpickler ================================ .. currentmodule:: obspy.io.gse2.bulletin .. autoclass:: Unpickler :show-inheritance: .. rubric:: Public Methods .. autosummary:: :toctree: . :nosignatures: ~Unpickler.load .. rubric:: Private Methods .. warning:: Private methods are mainly for internal/developer use and their API might change without notice. .. automethod:: Unpickler._add_line_nb .. automethod:: Unpickler._check_header .. automethod:: Unpickler._comment .. automethod:: Unpickler._deserialize .. automethod:: Unpickler._find_magnitude_by_type .. automethod:: Unpickler._get_channel .. automethod:: Unpickler._get_creation_info .. automethod:: Unpickler._get_res_id .. automethod:: Unpickler._parse_arrivals .. automethod:: Unpickler._parse_event .. automethod:: Unpickler._parse_first_line_origin .. automethod:: Unpickler._parse_origin .. automethod:: Unpickler._parse_region_name .. automethod:: Unpickler._parse_second_line_origin .. automethod:: Unpickler._skip_empty_lines .. automethod:: Unpickler._warn .. rubric:: Special Methods .. automethod:: Unpickler.__delattr__ .. automethod:: Unpickler.__dir__ .. automethod:: Unpickler.__eq__ .. automethod:: Unpickler.__format__ .. automethod:: Unpickler.__ge__ .. automethod:: Unpickler.__getattribute__ .. automethod:: Unpickler.__gt__ .. automethod:: Unpickler.__hash__ .. automethod:: Unpickler.__init__ .. automethod:: Unpickler.__init_subclass__ .. automethod:: Unpickler.__le__ .. automethod:: Unpickler.__lt__ .. automethod:: Unpickler.__ne__ .. automethod:: Unpickler.__new__ .. automethod:: Unpickler.__reduce__ .. automethod:: Unpickler.__reduce_ex__ .. automethod:: Unpickler.__repr__ .. automethod:: Unpickler.__setattr__ .. automethod:: Unpickler.__sizeof__ .. automethod:: Unpickler.__str__ .. automethod:: Unpickler.__subclasshook__