diff options
| author | Brian Potchik <brian@vector35.com> | 2025-10-29 23:00:54 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-10-29 23:00:54 -0400 |
| commit | d33bfa31d45e52f619b2683ff5f9fd25dcc0b18b (patch) | |
| tree | 557cb78da90158f325e70e2806d4764b4c6d1c74 /python/transform.py | |
| parent | 50ed34022519a87cae6be6674d237c78a437eed2 (diff) | |
Fix docstring.
Diffstat (limited to 'python/transform.py')
| -rw-r--r-- | python/transform.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/python/transform.py b/python/transform.py index 54827efc..35fa8f68 100644 --- a/python/transform.py +++ b/python/transform.py @@ -867,13 +867,6 @@ class ZipPython(Transform): return None def perform_decode_with_context(self, context, params) -> bool: - """ - ``perform_decode_with_context`` implements context-aware ZIP extraction. - Two-phase flow: - - Phase 1 (discovery): populate available_files, return False. - - Phase 2 (extraction): for each requested file, create a child context and return - True if all succeeded, False otherwise. - """ try: zf = zipfile.ZipFile(io.BytesIO(context.input.read(0, context.input.length)), "r") except Exception: |
