MCPcopy Index your code
hub / github.com/csev/py4e / spaceStr

Function spaceStr

tools/pythonauto/static/codemirrorepl/codemirror.js:6944–6948  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

6942
6943 var spaceStrs = [""];
6944 function spaceStr(n) {
6945 while (spaceStrs.length <= n)
6946 spaceStrs.push(lst(spaceStrs) + " ");
6947 return spaceStrs[n];
6948 }
6949
6950 function lst(arr) { return arr[arr.length-1]; }
6951

Callers 2

indentLineFunction · 0.70
buildTokenFunction · 0.70

Calls 1

lstFunction · 0.70

Tested by

no test coverage detected