geosoft.gxpy.system¶
Geosoft system functions.
Note
Regression tests provide usage examples: Tests
Functions
|
function console printing decorator |
|
Apply f to each element of l, in parallel, called by parallel_map(). |
|
|
|
|
|
Returns application script name. |
|
Returns function call location including file and line number as a string |
|
Returns function name. |
|
A parallel equivalent of the map() built-in Python function (it supports only one iterable argument though). |
|
Robust directory removal, with timed retries to allow for OS timing lags. |
|
Translate string to user language. |
|
Decompress and write the content of a zip file to a folder. |
|
Working with large files on systems that cache the file can cause a situation where the file is not yet completely written out before an attempt is made to open a file that has just been closed. |
Exceptions
|
Exceptions from |