(self, other)
| 62 | simulating chain composition.""" |
| 63 | |
| 64 | def __or__(self, other): |
| 65 | return self |
| 66 | |
| 67 | def __call__(self, *args, **kwargs): |
| 68 | return {"content": "script single-chunk answer"} |
nothing calls this directly
no outgoing calls
no test coverage detected