Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
701
def
snake_case_split(identifier):
702
return
identifier.strip().split(
"_"
)
703
704
705
def
split_all_sepcial_case(docstring: str):
Callers
1
split_all_sepcial_case
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected