We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
self
analyze()
1 parent 0bae439 commit 16c904eCopy full SHA for 16c904e
python/cocoindex/op.py
@@ -295,7 +295,7 @@ def process_arg(
295
296
base_analyze_method = getattr(self, "analyze", None)
297
if base_analyze_method is not None:
298
- result = base_analyze_method(self, *args, **kwargs)
+ result = base_analyze_method(*args, **kwargs)
299
else:
300
result = expected_return
301
if len(attributes) > 0:
0 commit comments