The 4.2 release readme components
This commit is contained in:
parent
31f7183891
commit
f8cd8c86b1
7 changed files with 11793 additions and 696 deletions
|
@ -1,7 +1,7 @@
|
|||
import inspect
|
||||
import PySimpleGUI as sg
|
||||
import PySimpleGUIlib as sg
|
||||
|
||||
psg_members = inspect.getmembers(PySimpleGUI)
|
||||
psg_members = inspect.getmembers(sg)
|
||||
|
||||
psg_funcs = [o for o in psg_members if inspect.isfunction(o[1])]
|
||||
psg_classes = [o for o in psg_members if inspect.isclass(o[1])]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue