MCPcopy Index your code
hub / github.com/RustPython/RustPython / cget

Method cget

Lib/tkinter/font.py:141–143  ·  view source on GitHub ↗

Get font attribute

(self, option)

Source from the content-addressed store, hash-verified

139 self._split(self._call("font", "actual", self.name, *args)))
140
141 def cget(self, option):
142 "Get font attribute"
143 return self._call("font", "config", self.name, "-"+option)
144
145 def config(self, **options):
146 "Modify font attributes"

Callers 2

__getitem__Method · 0.95
font.pyFile · 0.45

Calls 1

_callMethod · 0.45

Tested by

no test coverage detected