MCPcopy
hub / github.com/PyMySQL/PyMySQL / get

Method get

pymysql/optionfile.py:19–21  ·  view source on GitHub ↗
(self, section, option)

Source from the content-addressed store, hash-verified

17 return key.lower().replace("_", "-")
18
19 def get(self, section, option):
20 value = configparser.RawConfigParser.get(self, section, option)
21 return self.__remove_quotes(value)

Callers 14

test_stringMethod · 0.95
raise_mysql_exceptionFunction · 0.80
by_nameMethod · 0.80
_configMethod · 0.80
__init__Method · 0.80
_create_ssl_ctxMethod · 0.80
_get_descriptionsMethod · 0.80
get_column_lengthMethod · 0.80
escape_itemFunction · 0.80
TestAuthenticationClass · 0.80
promptMethod · 0.80

Calls 1

__remove_quotesMethod · 0.95

Tested by 4

test_stringMethod · 0.76
promptMethod · 0.64
realTestPamAuthMethod · 0.64
test_defer_connectMethod · 0.64