MCPcopy 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
31def _normalize_symbol_label(label: str) -> str:
32 return label.strip("()").lstrip(".")
33
34
35def _edge_labels(result, relation, context=None):

Callers 1

_edge_labelsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected