MCPcopy Create free account
hub / github.com/ActiveState/code / PhotoImage

Class PhotoImage

recipes/Python/498151_Example_For_winreg_2/recipe-498151.py:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28# Define some helper classes.
29
30class PhotoImage(Tkinter.PhotoImage):
31
32 def __init__(self, name=None, cnf={}, master=None, **kw):
33 Tkinter.PhotoImage.__init__(self, name, cnf, master, **kw)
34 self.file = kw['file']
35
36class Shortcut(tkSimpleDialog.Dialog):
37

Callers 13

texturesFunction · 0.85
recipe-580671.pyFile · 0.85
recipe-580728.pyFile · 0.85
applyMethod · 0.85
do_configFunction · 0.85
do_setupFunction · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
__init__Method · 0.85
recipe-579048.pyFile · 0.85
recipe-578590.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected