Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions catalogue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,8 @@ def get(self, name: str) -> Any:
return _get(namespace)

def get_all(self) -> Dict[str, Any]:
"""Get a all functions for a given namespace.
"""Get all functions for a given namespace.

namespace (Tuple[str]): The namespace to get.
RETURNS (Dict[str, Any]): The functions, keyed by name.
"""
global REGISTRY
Expand Down