int2hex#

int2hex(sids)#

Converts int sids to hex sids

Parameters:
sids: array-like or int64

int representations of SIDs

Returns:
sid: array-like or str

hex representations of SIDs

Examples

>>> sid = 3458764513820540928
>>> pystare.int2hex(sid)
'0x3000000000000000'