MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / get_children

Method get_children

test/sql/test_external_traversal.py:120–121  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

118 self.items = [clone(i, **kw) for i in self.items]
119
120 def get_children(self, **kwargs):
121 return self.items
122
123 def __str__(self):
124 return "B(%s)" % repr([str(i) for i in self.items])

Calls

no outgoing calls

Tested by

no test coverage detected