MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-267662.py

File recipe-267662.py

recipes/Python/267662_Table_indentation/recipe-267662.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import cStringIO,operator
2
3def indent(rows, hasHeader=False, headerChar='-', delim=' | ', justify='left',
4 separateRows=False, prefix='', postfix='', wrapfunc=lambda x:x):

Callers

nothing calls this directly

Calls 4

indentFunction · 0.70
wrapperFunction · 0.50
splitMethod · 0.45
stripMethod · 0.45

Tested by

no test coverage detected