Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lauriat/funct
/ __hash__
Method
__hash__
funct/Array.py:1196–1197 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1194
return
Array(map(operator.inv, self))
1195
1196
def
__hash__(self):
1197
return
hash(self.toTuple())
1198
1199
def
__bool__(self):
1200
if
self.__len__() == 0:
Callers
nothing calls this directly
Calls
1
toTuple
Method · 0.95
Tested by
no test coverage detected