MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / winfo_atom

Method winfo_atom

tools/python-3.11.9-amd64/Lib/tkinter/__init__.py:1086–1089  ·  view source on GitHub ↗

Return integer which represents atom NAME.

(self, name, displayof=0)

Source from the content-addressed store, hash-verified

1084 return _parse_version(patchlevel)
1085
1086 def winfo_atom(self, name, displayof=0):
1087 """Return integer which represents atom NAME."""
1088 args = ('winfo', 'atom') + self._displayof(displayof) + (name,)
1089 return self.tk.getint(self.tk.call(args))
1090
1091 def winfo_atomname(self, id, displayof=0):
1092 """Return name of atom with identifier ID."""

Callers

nothing calls this directly

Calls 3

_displayofMethod · 0.95
callMethod · 0.80
getintMethod · 0.45

Tested by

no test coverage detected