stubber.rst.classsort ===================== .. py:module:: stubber.rst.classsort .. autoapi-nested-parse:: Sort list of classess in parent-child order note that this does not take multiple inheritance into account ref : https://stackoverflow.com/questions/34964878/python-generate-a-dictionarytree-from-a-list-of-tuples/35049729#35049729 with modification Functions --------- .. autoapisummary:: stubber.rst.classsort.sort_classes Module Contents --------------- .. py:function:: sort_classes(classes: List[str]) sort a list of classes to respect the parent-child order