Add note for solver

This commit is contained in:
Christophe Bedard 2019-08-03 15:55:33 +02:00
parent 9fae3db420
commit 48ef0e841c

View file

@ -141,7 +141,7 @@ class DepedencySolver():
""" """
Solve `EventHandler` dependencies. Solve `EventHandler` dependencies.
Post-order depth-first search (ish). Post-order depth-first search (ish). Does not check for circular dependencies or other errors.
""" """
@staticmethod @staticmethod