MCPcopy 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

loadImageMethod · 0.95
__init__Method · 0.45
setPenColorMethod · 0.45

Calls 1

__hash__Method · 0.95

Tested by

no test coverage detected