MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _update_compile_options

Method _update_compile_options

lib/sqlalchemy/sql/base.py:1442–1447  ·  view source on GitHub ↗

update the _compile_options with new keys.

(self, options: CacheableOptions)

Source from the content-addressed store, hash-verified

1440
1441 @_generative
1442 def _update_compile_options(self, options: CacheableOptions) -> Self:
1443 """update the _compile_options with new keys."""
1444
1445 assert self._compile_options is not None
1446 self._compile_options += options
1447 return self
1448
1449 @_generative
1450 def _add_compile_state_func(

Callers 1

_load_for_pathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected