MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / ReadOnlyProperties

Class ReadOnlyProperties

lib/sqlalchemy/util/_collections.py:252–255  ·  view source on GitHub ↗

Provide immutable dict/object attribute to an underlying dictionary.

Source from the content-addressed store, hash-verified

250
251
252class ReadOnlyProperties(ReadOnlyContainer, Properties[_T]):
253 """Provide immutable dict/object attribute to an underlying dictionary."""
254
255 __slots__ = ()
256
257
258def _ordered_dictionary_sort(d, key=None):

Callers 1

as_readonlyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected