MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / reflect

Method reflect

lib/sqlalchemy/sql/schema.py:5690–5702  ·  view source on GitHub ↗
(
        self,
        bind: Engine,
        schema: Optional[str] = ...,
        views: bool = ...,
        only: Union[
            _typing_Sequence[str], Callable[[str, MetaData], bool], None
        ] = ...,
        extend_existing: bool = ...,
        autoload_replace: bool = ...,
        resolve_fks: bool = ...,
        **dialect_kwargs: Any,
    )

Source from the content-addressed store, hash-verified

5688 # https://github.com/python/mypy/issues/17093
5689 @overload
5690 def reflect(
5691 self,
5692 bind: Engine,
5693 schema: Optional[str] = ...,
5694 views: bool = ...,
5695 only: Union[
5696 _typing_Sequence[str], Callable[[str, MetaData], bool], None
5697 ] = ...,
5698 extend_existing: bool = ...,
5699 autoload_replace: bool = ...,
5700 resolve_fks: bool = ...,
5701 **dialect_kwargs: Any,
5702 ) -> None: ...
5703
5704 @overload
5705 def reflect(

Calls 10

updateMethod · 0.95
_inspection_contextMethod · 0.80
_get_reflection_infoMethod · 0.80
TableClass · 0.70
updateMethod · 0.45
get_table_namesMethod · 0.45
get_view_namesMethod · 0.45
joinMethod · 0.45
warnMethod · 0.45