Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
if
str != bytes:
16
# Python 3.x
17
def
ord(c):
18
return
c
19
def
chr(n):
20
return
bytes( (n,) )
21
Callers
13
b58encode
Function · 0.85
get_bcaddress_version
Function · 0.85
loop
Function · 0.85
render
Function · 0.85
bech32_hrp_expand
Function · 0.85
bech32_decode
Function · 0.85
bech32_hrp_expand
Function · 0.85
bech32_decode
Function · 0.85
blech32_hrp_expand
Function · 0.85
blech32_decode
Function · 0.85
deserialize
Method · 0.85
deserialize
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected