Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ toLong
Method
toLong
recipes/Python/577674_Bitmap_Maker/recipe-577674.py:117–118 ·
view source on GitHub ↗
( self )
Source
from the content-addressed store, hash-verified
115
)
116
117
def
toLong( self ):
118
return
self.__hash__()
119
120
def
fromLong( l ):
121
b = l & 0xff
Callers
3
loadImage
Method · 0.95
__init__
Method · 0.45
setPenColor
Method · 0.45
Calls
1
__hash__
Method · 0.95
Tested by
no test coverage detected