MCPcopy Create free account
hub / github.com/FSoft-AI4Code/CodeText-parser / snake_case_split

Function snake_case_split

src/codetext/clean/noise_removal.py:701–702  ·  view source on GitHub ↗
(identifier)

Source from the content-addressed store, hash-verified

699
700
701def snake_case_split(identifier):
702 return identifier.strip().split("_")
703
704
705def split_all_sepcial_case(docstring: str):

Callers 1

split_all_sepcial_caseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected