Message365639
Is also notable to mention that you can also provide the graph as a dictionary to the constructor:
>>> graph = {D: {B, C}, C: {A}, B: {A}, A:{object}}
>>> ts = TopologicalSorter(graph) |
|
| Date |
User |
Action |
Args |
| 2020-04-02 22:28:28 | pablogsal | set | recipients:
+ pablogsal, tim.peters, rhettinger, terry.reedy, belopolsky, orsenthil, vstinner, eric.smith, christian.heimes, lukasz.langa, tshepang, [email protected], martin.panter, wim.glenn, Zahari.Dim, remi.lapeyre, gaborjbernat |
| 2020-04-02 22:28:28 | pablogsal | set | messageid: <[email protected]> |
| 2020-04-02 22:28:28 | pablogsal | link | issue17005 messages |
| 2020-04-02 22:28:28 | pablogsal | create | |
|