MCPcopy Create free account
hub / github.com/ElementsProject/elements / ord

Function ord

contrib/testgen/base58.py:17–18  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

15if str != bytes:
16 # Python 3.x
17 def ord(c):
18 return c
19 def chr(n):
20 return bytes( (n,) )
21

Callers 13

b58encodeFunction · 0.85
get_bcaddress_versionFunction · 0.85
loopFunction · 0.85
renderFunction · 0.85
bech32_hrp_expandFunction · 0.85
bech32_decodeFunction · 0.85
bech32_hrp_expandFunction · 0.85
bech32_decodeFunction · 0.85
blech32_hrp_expandFunction · 0.85
blech32_decodeFunction · 0.85
deserializeMethod · 0.85
deserializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected