From 0efd9afd164229e2b7f8c242763fc4c1e7305336 Mon Sep 17 00:00:00 2001 From: jan Date: Fri, 7 Apr 2023 15:20:51 -0700 Subject: [PATCH] find_toplevel -> tops --- masque/library.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masque/library.py b/masque/library.py index 54eba87..5236ae7 100644 --- a/masque/library.py +++ b/masque/library.py @@ -305,7 +305,7 @@ class Library(Mapping[str, 'Pattern'], metaclass=ABCMeta): return cropped_name - def find_toplevel(self) -> list[str]: + def tops(self) -> list[str]: """ Return the list of all patterns that are not referenced by any other pattern in the library.