Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clips/pattern
/ all
Function
all
pattern/web/json/ordered_dict.py:13–17 ·
view source on GitHub ↗
(seq)
Source
from the content-addressed store, hash-verified
11
all
12
except
NameError:
13
def
all(seq):
14
for
elem in seq:
15
if
not elem:
16
return
False
17
return
True
18
19
class
OrderedDict(dict, DictMixin):
20
Callers
1
__eq__
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected