MCPcopy Create free account
hub / github.com/Tencent/phxsql / __init__

Method __init__

phxrpc_package_config/tools/config_generator.py:7–8  ·  view source on GitHub ↗
(self,defaults=None)

Source from the content-addressed store, hash-verified

5
6class MyConfigParser( ConfigParser.ConfigParser ):
7 def __init__(self,defaults=None):
8 ConfigParser.ConfigParser.__init__(self,defaults=None)
9 def optionxform(self, optionstr):
10 return optionstr
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected