Decorator used in ObsPy.
copyright: | The ObsPy Development Team (devs@obspy.org) |
---|---|
license: | GNU Lesser General Public License, Version 3 (http://www.gnu.org/copyleft/lesser.html) |
Functions
deprecated | This is a decorator which can be used to mark functions as deprecated. |
deprecated_keywords | Decorator for marking keywords as deprecated. |
skip | Unconditionally skip a test. |
skipIf | Skip a test if the condition is true. |
uncompressFile | Decorator used for temporary uncompressing file if .gz or .bz2 archive. |