Add note for solver
This commit is contained in:
parent
9fae3db420
commit
48ef0e841c
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ class DepedencySolver():
|
|||
"""
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue