Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tornadoweb/tornado
/ _normalize_name
Method
_normalize_name
tornado/options.py:151–152 ·
view source on GitHub ↗
(self, name: str)
Source
from the content-addressed store, hash-verified
149
)
150
151
def
_normalize_name(self, name: str) -> str:
152
return
name.replace(
"_"
,
"-"
)
153
154
def
__getattr__(self, name: str) -> Any:
155
name = self._normalize_name(name)
Callers
7
__getattr__
Method · 0.95
__setattr__
Method · 0.95
__contains__
Method · 0.95
define
Method · 0.95
parse_command_line
Method · 0.95
parse_config_file
Method · 0.95
print_help
Method · 0.95
Calls
1
replace
Method · 0.80
Tested by
no test coverage detected