(
self,
connection: Connection,
table: Optional[Table],
charset: Optional[str],
full_name: str,
)
| 3840 | |
| 3841 | @overload |
| 3842 | def _describe_table( |
| 3843 | self, |
| 3844 | connection: Connection, |
| 3845 | table: Optional[Table], |
| 3846 | charset: Optional[str], |
| 3847 | full_name: str, |
| 3848 | ) -> Union[Sequence[Row[Any]], Sequence[_DecodingRow]]: ... |
| 3849 | |
| 3850 | @overload |
| 3851 | def _describe_table( |
no test coverage detected