MCPcopy Create free account
hub / github.com/mongodb/motor / create_module

Method create_module

synchro/synchrotest.py:261–266  ·  view source on GitHub ↗
(self, spec)

Source from the content-addressed store, hash-verified

259 pass
260
261 def create_module(self, spec):
262 if self.patch_spec(spec.name):
263 return synchro
264
265 # Let regular module search continue.
266 return None
267
268
269class SynchroPytestPlugin:

Callers

nothing calls this directly

Calls 1

patch_specMethod · 0.95

Tested by

no test coverage detected