(self, func: Function[Any], **kwargs: Any)
| 3165 | ) |
| 3166 | |
| 3167 | def function_argspec(self, func: Function[Any], **kwargs: Any) -> str: |
| 3168 | return func.clause_expr._compiler_dispatch(self, **kwargs) |
| 3169 | |
| 3170 | def visit_compound_select( |
| 3171 | self, cs, asfrom=False, compound_index=None, **kwargs |
no test coverage detected