MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-521881.py

File recipe-521881.py

recipes/Python/521881_GtkWorker/recipe-521881.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from threading import Lock, RLock, Thread, _MainThread, currentThread
2import Queue
3from gtk.gdk import threads_enter, threads_leave
4from gobject import GObject, SIGNAL_RUN_FIRST

Callers

nothing calls this directly

Calls 4

GtkWorkerClass · 0.85
addMethod · 0.45
connectMethod · 0.45
mainMethod · 0.45

Tested by

no test coverage detected