Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PierreGode/Ragnar
/ ObjectIdentifierEncoder
Class
ObjectIdentifierEncoder
pager_lib/pyasn1/codec/native/encoder.py:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
58
59
class
ObjectIdentifierEncoder(AbstractItemEncoder):
60
def
encode(self, value, encodeFun, **options):
61
return
str(value)
62
63
64
class
RelativeOIDEncoder(AbstractItemEncoder):
Callers
1
encoder.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected