Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/HelloZeroNet/ZeroNet
/ get_pointer
Method
get_pointer
src/lib/pyelliptic/openssl.py:24–25 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
22
return
"Cipher : "
+ self._name +
" | Blocksize : "
+ str(self._blocksize) +
" | Fonction pointer : "
+ str(self._pointer)
23
24
def
get_pointer(self):
25
return
self._pointer()
26
27
def
get_name(self):
28
return
self._name
Callers
1
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected