MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __repr__

Method __repr__

lib/sqlalchemy/orm/util.py:248–249  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

246 return self
247
248 def __repr__(self):
249 return "CascadeOptions(%r)" % (",".join([x for x in sorted(self)]))
250
251 @classmethod
252 def from_string(cls, arg):

Callers

nothing calls this directly

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected