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

Method update

recipes/Python/577526_Quiz_Me_25_exequeue/recipe-577526.py:20–23  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18 return method
19
20 def update(self):
21 while not self.__queue.empty():
22 name, args, kwargs = self.__queue.get()
23 getattr(self.__obj, name)(*args, **kwargs)
24
25################################################################################
26

Callers 9

__newsidMethod · 0.45
total_sizeFunction · 0.45
wrapperFunction · 0.45
buildMethod · 0.45
buildMethod · 0.45
__enter__Method · 0.45
build_treeMethod · 0.45
__init__Method · 0.45
mainloopFunction · 0.45

Calls 2

emptyMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected