Method
scalar
(
self,
statement: TypedReturnsRows[Never],
parameters: Optional[_CoreSingleExecuteParams] = None,
*,
execution_options: Optional[CoreExecuteOptionsParameter] = None,
)
Source from the content-addressed store, hash-verified
| 676 | # https://github.com/python/mypy/issues/20651 |
| 677 | @overload |
| 678 | async def scalar( |
| 679 | self, |
| 680 | statement: TypedReturnsRows[Never], |
| 681 | parameters: Optional[_CoreSingleExecuteParams] = None, |
| 682 | *, |
| 683 | execution_options: Optional[CoreExecuteOptionsParameter] = None, |
| 684 | ) -> Optional[Any]: ... |
| 685 | |
| 686 | @overload |
| 687 | async def scalar( |
Callers
nothing calls this directly
Tested by
no test coverage detected