MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _bulk_dml_setter

Method _bulk_dml_setter

lib/sqlalchemy/orm/interfaces.py:907–910  ·  view source on GitHub ↗

return a callable that will process a bulk INSERT value

(self, key: str)

Source from the content-addressed store, hash-verified

905 return [(cast("_DMLColumnArgument", self.__clause_element__()), value)]
906
907 def _bulk_dml_setter(self, key: str) -> Optional[Callable[..., Any]]:
908 """return a callable that will process a bulk INSERT value"""
909
910 return None
911
912 def adapt_to_entity(
913 self, adapt_to_entity: AliasedInsp[Any]

Callers 1

_expand_other_attrsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected