Module: sarpyx.processor.utils.unzip
File: sarpyx/processor/utils/unzip.py
No module docstring available; module purpose is inferred from implementation.
Exported Symbols (__all__)
No explicit __all__ list. Public symbols inferred from implementation.
Public Functions (1)
main function
inferred from implementation.
File location: sarpyx/processor/utils/unzip.py:29
Signature
main(folder_path: str)
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
folder_path | str | yes | - | inferred from implementation. |
Return Type
inferred from implementation
inferred from implementation.
Exceptions
None explicitly documented; inferred from implementation.
Side Effects
- io
Example Usage
from sarpyx.processor.utils.unzip import main
result = main(folder_path=<folder_path>)
Edge Cases
No explicit edge-case section found; behavior is inferred from implementation.
Public Classes (0)
No public classes detected.