Namespaces | |
| namespace | hyperx |
| namespace | hyperx.utils |
| namespace | hyperx.utils.utils |
Functions | |
| str | hyperx.utils.utils.CallExternalProcess (cmd) |
| Calls an external process and returns stdout as a string. | |
| Application | hyperx.utils.utils.Open (os.PathLike hdbPath) |
| Opens a HyperX database for script access. | |
| Generator[Application, None, None] | hyperx.utils.utils.OpenManagedDatabase (os.PathLike hdbPath) |
| Opens a HyperX database for script access in with statement context managers. | |
| hyperx.utils.utils.OpenWithDefault (str filepath) | |
| Opens a file in the default application for its file extension. | |
| str | hyperx.utils.utils.RemoveCharacters (str s, str chars) |
| Removes a set of characters from a string. | |
| str | hyperx.utils.utils.ScrubFileName (str filename) |
| Removes invalid characters from a windows file name. | |
| str | hyperx.utils.utils.WriteCsv (list[list[Any]] data, list[str] headers, str title, str outputDir) |
| Write tabular data to a csv file. | |
Variables | |
| str | hyperx.utils.utils.C :\Dev\HyperX\HyperX\HyperX.Scripting\Python Docs>python custom_filter.py "C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/utils/utils.py" |