(self, func: Function[Any], **kwargs: Any)
| 3027 | ) |
| 3028 | |
| 3029 | def function_argspec(self, func: Function[Any], **kwargs: Any) -> str: |
| 3030 | return func.clause_expr._compiler_dispatch(self, **kwargs) |
| 3031 | |
| 3032 | def visit_compound_select( |
| 3033 | self, cs, asfrom=False, compound_index=None, **kwargs |
no test coverage detected