Base utilities and constants for 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
NamedTemporaryFile | Weak replacement for the Python’s tempfile.TemporaryFile. |
add_doctests | Function to add all available doctests of the module with given name (e.g. |
add_unittests | Function to add all available unittests of the module with given name (e.g. |
createEmptyDataChunk | Creates an NumPy array depending on the given data type and fill value. |
getExampleFile | Function to find the absolute path of a test data file |
getMatplotlibVersion | Get matplotlib version information. |
Classes
FILE | C file pointer class for type checking with argtypes |
c_file_p |