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

Method info_patchlevel

Lib/tkinter/__init__.py:1176–1179  ·  view source on GitHub ↗

Returns the exact version of the Tcl library.

(self)

Source from the content-addressed store, hash-verified

1174 lift = tkraise
1175
1176 def info_patchlevel(self):
1177 """Returns the exact version of the Tcl library."""
1178 patchlevel = self.tk.call('info', 'patchlevel')
1179 return _parse_version(patchlevel)
1180
1181 def winfo_atom(self, name, displayof=0):
1182 """Return integer which represents atom NAME."""

Callers

nothing calls this directly

Calls 2

_parse_versionFunction · 0.85
callMethod · 0.45

Tested by

no test coverage detected