Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/plotly/plotly.py
/ _pad
Function
_pad
plotly/_subplots.py:1316–1317 ·
view source on GitHub ↗
(s, cell_len=cell_len)
Source
from the content-addressed store, hash-verified
1314
)
1315
1316
def
_pad(s, cell_len=cell_len):
1317
return
" "
* (cell_len - len(s))
1318
1319
# Loop through specs, fill in _tmp
1320
for
r, spec_row in enumerate(specs):
Callers
1
_build_grid_str
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected