MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _deannotate

Method _deannotate

lib/sqlalchemy/sql/annotation.py:313–317  ·  view source on GitHub ↗
(
        self,
        values: Literal[None] = ...,
        clone: bool = ...,
    )

Source from the content-addressed store, hash-verified

311
312 @overload
313 def _deannotate(
314 self,
315 values: Literal[None] = ...,
316 clone: bool = ...,
317 ) -> Self: ...
318
319 @overload
320 def _deannotate(

Callers 15

proxy_setMethod · 0.45
_post_coercionMethod · 0.45
addMethod · 0.45
_append_new_columnMethod · 0.45
replaceMethod · 0.45
visit_functionMethod · 0.45
cloneFunction · 0.45
row_processorMethod · 0.45
setup_compile_stateMethod · 0.45
setup_compile_stateMethod · 0.45

Calls 2

_with_annotationsMethod · 0.95
itemsMethod · 0.45

Tested by 2

test_deannotate_cloneMethod · 0.36