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

Method get_width

Lib/idlelib/idle_test/test_sidebar.py:190–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

188 width
189 """
190 def get_width():
191 return self.linenumber.sidebar_text.config()['width'][-1]
192
193 self.assert_sidebar_n_lines(1)
194 self.assertEqual(get_width(), 1)

Callers

nothing calls this directly

Calls 1

configMethod · 0.45

Tested by

no test coverage detected