File: topological.pyi

package info (click to toggle)
typeshed 0.0~git20221107.4f381af-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 18,036 kB
  • sloc: python: 3,216; sh: 62; makefile: 13
file content (3 lines) | stat: -rw-r--r-- 163 bytes parent folder | download
1
2
3
def sort_as_subsets(tuples, allitems) -> None: ...
def sort(tuples, allitems, deterministic_order: bool = ...) -> None: ...
def find_cycles(tuples, allitems): ...