MCPcopy Index your code
hub / github.com/python/cpython / get_tk_tabwidth

Method get_tk_tabwidth

Lib/idlelib/editor.py:1272–1274  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1270 # (equivalent width in spaces).
1271
1272 def get_tk_tabwidth(self):
1273 current = self.text['tabs'] or TK_TABWIDTH_DEFAULT
1274 return int(current)
1275
1276 # Set the text widget's current view of what a tab stop means.
1277

Callers 1

set_tk_tabwidthMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected