Searched refs:col (Results 1 – 2 of 2) sorted by relevance
355 def pad(col): argument374 wut = int(col)378 return what + "\n".ljust(col)
137 for (let col of cols) {138 s += `<${colName}>${col}</${colName}>`;