]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
topological sort can detect cycles, and assemble them into a "big node" with all
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Jan 2006 18:02:42 +0000 (18:02 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Jan 2006 18:02:42 +0000 (18:02 +0000)
commit8d1d7ec0316f3b325aa9cf30cdb714c768f65c74
treef42ba58f7ef4a4d75e4b196650e3aaac9460251e
parentf05b29eb096135a8399586e40f0d07152808c091
topological sort can detect cycles, and assemble them into a "big node" with all
the nodes in the cycle aggregated into one node
lib/sqlalchemy/mapping/topological.py
test/dependency.py