Hi, I had a question regarding the following line: https://github.com/explosion/catalogue/blob/3dc5259d9905d3e0824548cdd3776839d584548c/catalogue/__init__.py#L111 Why is this line different than that of `_get_all` function? Should it be` if len(self.namespace) <= len(keys)`?
Hi, I had a question regarding the following line:
catalogue/catalogue/__init__.py
Line 111 in 3dc5259
Why is this line different than that of
_get_allfunction? Should it beif len(self.namespace) <= len(keys)?