MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / validate

Method validate

src/bmconfigparser.py:116–120  ·  view source on GitHub ↗
(self, section, option, value)

Source from the content-addressed store, hash-verified

114 os.remove(fileNameBak)
115
116 def validate(self, section, option, value):
117 try:
118 return getattr(self, "validate_%s_%s" % (section, option))(value)
119 except AttributeError:
120 return True
121
122 def validate_bitmessagesettings_maxoutboundconnections(self, value):
123 try:

Callers 2

setMethod · 0.95
readMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected