Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ _Canonicalize
Method
_Canonicalize
deps/v8/tools/cppgc/gen_cmake_test.py:120–121 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
118
119
@staticmethod
120
def
_Canonicalize(str):
121
return
' '
.join(str.split()).strip()
122
123
124
if
__name__ ==
'__main__'
:
Callers
2
_CompileAndCheck
Method · 0.95
_CompileExpressionAndCheck
Method · 0.95
Calls
2
join
Method · 0.45
split
Method · 0.45
Tested by
no test coverage detected