Note
Please import all utilities within your custom applications from this module rather than from any sub module, e.g.
>>> from obspy.core.util import OrderedDict # good
instead of
>>> from obspy.core.util.types import OrderedDict # bad
copyright: | The ObsPy Development Team (devs@obspy.org) |
---|---|
license: | GNU Lesser General Public License, Version 3 (http://www.gnu.org/copyleft/lesser.html) |