Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/playwright-python
/ to_snake_case
Function
to_snake_case
playwright/_impl/_helper.py:518–519 ·
view source on GitHub ↗
(name: str)
Source
from the content-addressed store, hash-verified
516
517
518
def
to_snake_case(name: str) -> str:
519
return
to_snake_case_regex.sub(r
"_\1"
, name).lower()
520
521
522
def
make_dirs_for_file(path: Union[Path, str]) -> None:
Callers
6
_patch_case
Method · 0.90
_add_link
Method · 0.90
print_entry
Method · 0.90
signature
Function · 0.90
arguments
Function · 0.90
patch_error_message
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected