1 Repositories
Python ssort Libraries
The python source code sorter
Sorts the contents of python modules so that statements are placed after the things they depend on, but leaves grouping to the programmer. Groups class members by type and enforces topological sorting of methods.
302 Dec 29, 2022