MCPcopy Create free account
hub / github.com/PyMySQL/PyMySQL / __init__

Method __init__

pymysql/optionfile.py:5–7  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

3
4class Parser(configparser.RawConfigParser):
5 def __init__(self, **kwargs):
6 kwargs["allow_no_value"] = True
7 configparser.RawConfigParser.__init__(self, **kwargs)
8
9 def __remove_quotes(self, value):
10 quotes = ["'", '"']

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected