MCPcopy
hub / github.com/beetbox/beets / submit

Method submit

test/test_metadata_plugins.py:154–155  ·  view source on GitHub ↗
(self, fn, *args, **kwargs)

Source from the content-addressed store, hash-verified

152 self._executor = BaseThreadPoolExecutor(max_workers=1)
153
154 def submit(self, fn, *args, **kwargs):
155 return self._executor.submit(self._run, fn, args, kwargs)
156
157 def _run(self, fn, args, kwargs):
158 start_workers.wait()

Callers 2

wrapperFunction · 0.80
submit_chunkFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected