![]() |
Python_2
1.0
|
Public Member Functions | |
def | __init__ (self, tk, attr) |
def | __call__ (self, *args, **kwargs) |
Private Attributes | |
_tk | |
_attr | |
Thread-safe callable attribute wrapper.
def mtTkinter._TkAttr.__init__ | ( | self, | |
tk, | |||
attr | |||
) |
def mtTkinter._TkAttr.__call__ | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
Thread-safe method invocation. Diverts out-of-thread calls through the event queue. Forwards all other method calls to the underlying tk object directly.
References mtTkinter._TkAttr._attr, mtTkinter._Tk._tk, and mtTkinter._TkAttr._tk.
|
private |
Referenced by mtTkinter._TkAttr.__call__().
|
private |
Referenced by mtTkinter._TkAttr.__call__().