MCPcopy
hub / github.com/PyGithub/PyGithub / sort

Method sort

scripts/sort_class.py:215–217  ·  view source on GitHub ↗
(self, class_name_and_file: tuple[str, str])

Source from the content-addressed store, hash-verified

213 self.locks = locks
214
215 def sort(self, class_name_and_file: tuple[str, str]):
216 class_name, filename = class_name_and_file
217 sort_class(class_name, filename, self.dry_run, self.locks)
218
219
220def main(index_filename: str, class_names: list[str], dry_run: bool):

Callers

nothing calls this directly

Calls 1

sort_classFunction · 0.85

Tested by

no test coverage detected