Creates an InvocationContext instance.
(self, **kwargs)
| 1947 | return None |
| 1948 | |
| 1949 | def _create_invocation_context(self, **kwargs) -> InvocationContext: |
| 1950 | """Creates an InvocationContext instance.""" |
| 1951 | return InvocationContext(**kwargs) |
| 1952 | |
| 1953 | def _new_invocation_context( |
| 1954 | self, |
no test coverage detected