(
self, table: FromClause, text: Optional[str]
)
| 4917 | return None |
| 4918 | |
| 4919 | def get_from_hint_text( |
| 4920 | self, table: FromClause, text: Optional[str] |
| 4921 | ) -> Optional[str]: |
| 4922 | return None |
| 4923 | |
| 4924 | def get_crud_hint_text(self, table, text): |
| 4925 | return None |
no outgoing calls
no test coverage detected