MCPcopy 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
518def to_snake_case(name: str) -> str:
519 return to_snake_case_regex.sub(r"_\1", name).lower()
520
521
522def make_dirs_for_file(path: Union[Path, str]) -> None:

Callers 6

_patch_caseMethod · 0.90
_add_linkMethod · 0.90
print_entryMethod · 0.90
signatureFunction · 0.90
argumentsFunction · 0.90
patch_error_messageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected