MCPcopy Index your code
hub / github.com/python/cpython / before_set

Method before_set

Lib/configparser.py:401–402  ·  view source on GitHub ↗
(self, parser, section, option, value)

Source from the content-addressed store, hash-verified

399 return value
400
401 def before_set(self, parser, section, option, value):
402 return value
403
404 def before_read(self, parser, section, option, value):
405 return value

Callers 1

setMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected