Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/isso-comments/isso
/ getint
Method
getint
isso/config.py:73–74 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
71
return
self.conf.get(self.section, key)
72
73
def
getint(self, key):
74
return
self.conf.getint(self.section, key)
75
76
def
getlist(self, key):
77
return
self.conf.getlist(self.section, key)
Callers
11
getint
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
unsign
Method · 0.45
new
Method · 0.45
edit
Method · 0.45
feed
Method · 0.45
testSelfReply
Method · 0.45
__enter__
Method · 0.45
__init__
Method · 0.45
_limit
Method · 0.45
Calls
no outgoing calls
Tested by
1
testSelfReply
Method · 0.36