MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / norm

Function norm

pager_lib/smb/utils/U32.py:26–27  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

24
25#--------------------------------------------------------------------
26def norm(n):
27 return n & 0xFFFFFFFF
28
29#====================================================================
30class U32:

Callers 15

__init__Method · 0.70
setMethod · 0.70
__repr__Method · 0.70
__long__Method · 0.70
__int__Method · 0.70
__chr__Method · 0.70
__add__Method · 0.70
__sub__Method · 0.70
__mul__Method · 0.70
__div__Method · 0.70
__mod__Method · 0.70
__invert__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected