MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / map

Method map

lib/sqlalchemy/orm/decl_base.py:2199–2201  ·  view source on GitHub ↗
(self, mapper_kw: _MapperKwArgs = util.EMPTY_DICT)

Source from the content-addressed store, hash-verified

2197 return list(topological.sort(tuples, classes_for_base))
2198
2199 def map(self, mapper_kw: _MapperKwArgs = util.EMPTY_DICT) -> Mapper[Any]:
2200 self._configs.pop(self._cls, None)
2201 return super().map(mapper_kw)
2202
2203
2204def _add_attribute(

Callers

nothing calls this directly

Calls 2

popMethod · 0.45
mapMethod · 0.45

Tested by

no test coverage detected