MCPcopy
hub / github.com/OfflineIMAP/offlineimap / getconfig

Method getconfig

offlineimap/CustomConfig.py:205–212  ·  view source on GitHub ↗

Returns CustomConfigParser object that we will use for all our actions. Must be overriden in all classes that use this mix-in.

(self)

Source from the content-addressed store, hash-verified

203 return defaultfunc(*(lst + list(args)))
204
205 def getconfig(self):
206 """Returns CustomConfigParser object that we will use
207 for all our actions.
208
209 Must be overriden in all classes that use this mix-in."""
210
211 raise NotImplementedError("ConfigHelperMixin.getconfig() "
212 "is to be overriden")
213
214
215

Callers 6

getconfMethod · 0.95
getconf_xformMethod · 0.95
getconfbooleanMethod · 0.95
getconfintMethod · 0.95
getconffloatMethod · 0.95
getconflistMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected