Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Graphify-Labs/graphify
/ _normalize_symbol_label
Function
_normalize_symbol_label
tests/test_multilang.py:31–32 ·
view source on GitHub ↗
(label: str)
Source
from the content-addressed store, hash-verified
29
30
31
def
_normalize_symbol_label(label: str) -> str:
32
return
label.strip(
"()"
).lstrip(
"."
)
33
34
35
def
_edge_labels(result, relation, context=None):
Callers
1
_edge_labels
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected