obspy.core.inventory.network.Network ==================================== .. currentmodule:: obspy.core.inventory.network .. autoclass:: Network :show-inheritance: .. rubric:: Attributes .. autosummary:: :toctree: . :nosignatures: ~Network.alternate_code ~Network.code ~Network.historical_code ~Network.identifiers ~Network.operators ~Network.selected_number_of_stations ~Network.source_id ~Network.stations ~Network.total_number_of_stations .. rubric:: Public Methods .. autosummary:: :toctree: . :nosignatures: ~Network.copy ~Network.get_channel_metadata ~Network.get_contents ~Network.get_coordinates ~Network.get_orientation ~Network.get_response ~Network.is_active ~Network.plot ~Network.plot_response ~Network.select .. rubric:: Private Methods .. warning:: Private methods are mainly for internal/developer use and their API might change without notice. .. automethod:: Network._repr_pretty_ .. rubric:: Special Methods .. automethod:: Network.__delattr__ .. automethod:: Network.__dir__ .. automethod:: Network.__eq__ .. automethod:: Network.__format__ .. automethod:: Network.__ge__ .. automethod:: Network.__getattribute__ .. automethod:: Network.__getitem__ .. automethod:: Network.__gt__ .. automethod:: Network.__init__ .. automethod:: Network.__init_subclass__ .. automethod:: Network.__le__ .. automethod:: Network.__len__ .. automethod:: Network.__lt__ .. automethod:: Network.__ne__ .. automethod:: Network.__new__ .. automethod:: Network.__reduce__ .. automethod:: Network.__reduce_ex__ .. automethod:: Network.__repr__ .. automethod:: Network.__setattr__ .. automethod:: Network.__short_str__ .. automethod:: Network.__sizeof__ .. automethod:: Network.__str__ .. automethod:: Network.__subclasshook__