MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / expandtabs

Function expandtabs

Lib/string.py:471–479  ·  view source on GitHub ↗

expandtabs(s [,tabsize]) -> string Return a copy of the string s with all tab characters replaced by the appropriate number of spaces, depending on the current column, and the tabsize (default 8).

(s, tabsize=8)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

preformatMethod · 0.90

Calls 1

expandtabsMethod · 0.80

Tested by

no test coverage detected