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

Method children

test/ext/test_associationproxy.py:2685–2686  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

2683 class Mixin:
2684 @declared_attr
2685 def children(cls):
2686 return association_proxy("_children", "value")
2687
2688 # 1. build parent, Mixin.children gets invoked, we add
2689 # Parent.children

Callers

nothing calls this directly

Calls 1

association_proxyFunction · 0.90

Tested by

no test coverage detected