mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-42560: rewrite of Tkinter docs "life preserver" (GH-27842)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
parent
4d68917386
commit
08830a4f75
2 changed files with 214 additions and 177 deletions
|
@ -233,6 +233,12 @@ library/tarfile,,:xz,'r:xz'
|
|||
library/tarfile,,:xz,'w:xz'
|
||||
library/time,,:mm,
|
||||
library/time,,:ss,
|
||||
library/tkinter,294,::,ttk::frame .frm -padding 10
|
||||
library/tkinter,294,::,"grid [ttk::label .frm.lbl -text ""Hello World!""] -column 0 -row 0"
|
||||
library/tkinter,294,::,"grid [ttk::button .frm.btn -text ""Quit"" -command ""destroy .""] -column 1 -row 0"
|
||||
library/tkinter,304,::,ttk::frame
|
||||
library/tkinter,402,::,ttk::button
|
||||
library/tkinter,410,::,ttk::widget
|
||||
library/tracemalloc,,:limit,"for index, stat in enumerate(top_stats[:limit], 1):"
|
||||
library/turtle,,::,Example::
|
||||
library/unittest,,:foo,"self.assertEqual(cm.output, ['INFO:foo:first message',"
|
||||
|
|
|
Loading…
Add table
Add a link
Reference in a new issue