Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PierreGode/Ragnar
/ encode
Method
encode
pager_lib/pyasn1/codec/native/encoder.py:111–112 ·
view source on GitHub ↗
(self, value, encodeFun, **options)
Source
from the content-addressed store, hash-verified
109
110
class
AnyEncoder(AbstractItemEncoder):
111
def
encode(self, value, encodeFun, **options):
112
return
value.asOctets()
113
114
115
TAG_MAP = {
Callers
nothing calls this directly
Calls
1
asOctets
Method · 0.45
Tested by
no test coverage detected