MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / attribute_str

Function attribute_str

lib/sqlalchemy/orm/base.py:380–381  ·  view source on GitHub ↗
(instance: object, attribute: str)

Source from the content-addressed store, hash-verified

378
379
380def attribute_str(instance: object, attribute: str) -> str:
381 return instance_str(instance) + "." + attribute
382
383
384def state_attribute_str(state: InstanceState[Any], attribute: str) -> str:

Callers

nothing calls this directly

Calls 1

instance_strFunction · 0.85

Tested by

no test coverage detected