MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / __repr__

Method __repr__

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

Source from the content-addressed store, hash-verified

242 return self
243
244 def __repr__(self):
245 return "CascadeOptions(%r)" % (",".join([x for x in sorted(self)]))
246
247 @classmethod
248 def from_string(cls, arg):

Callers

nothing calls this directly

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected