Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ settings
Function
settings
recipes/Python/578490_sql_the_SQLPlus_killer/recipe-578490.py:150–153 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
148
return
d
149
150
def
settings():
151
for
k,v in config.items():
152
if
k.startswith(
'NLS_'
):
153
show_qry(
"alter session set %s ='%s'"
%(k,v))
154
155
def
init_db_conn():
156
global _CONN
Callers
1
recipe-578490.py
File · 0.85
Calls
3
startswith
Method · 0.80
show_qry
Function · 0.70
items
Method · 0.45
Tested by
no test coverage detected