MCPcopy
hub / github.com/OfflineIMAP/offlineimap / start

Method start

offlineimap/threadutil.py:212–217  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

210 super(InstanceLimitedThread, self).__init__(*args, **kwargs)
211
212 def start(self):
213 global limitedNamespaces
214
215 # Will block until the semaphore has free slots.
216 limitedNamespaces[self.limitNamespace].acquire()
217 ExitNotifyThread.start(self)
218
219 def run(self):
220 global limitedNamespaces

Callers 3

__syncMethod · 0.95
syncitallFunction · 0.95
__syncmessagesto_copyMethod · 0.95

Calls 1

acquireMethod · 0.80

Tested by

no test coverage detected