Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_string
Method · 0.95
raise_mysql_exception
Function · 0.80
by_name
Method · 0.80
_config
Method · 0.80
__init__
Method · 0.80
_create_ssl_ctx
Method · 0.80
_get_auth_plugin_handler
Method · 0.80
_get_descriptions
Method · 0.80
get_column_length
Method · 0.80
escape_item
Function · 0.80
TestAuthentication
Class · 0.80
prompt
Method · 0.80
Calls
1
__remove_quotes
Method · 0.95
Tested by
4
test_string
Method · 0.76
prompt
Method · 0.64
realTestPamAuth
Method · 0.64
test_defer_connect
Method · 0.64