MCPcopy
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

getintMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
unsignMethod · 0.45
newMethod · 0.45
editMethod · 0.45
feedMethod · 0.45
testSelfReplyMethod · 0.45
__enter__Method · 0.45
__init__Method · 0.45
_limitMethod · 0.45

Calls

no outgoing calls

Tested by 1

testSelfReplyMethod · 0.36