MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / FakeColdStartModule

Class FakeColdStartModule

experiments/tests/test_profile_bootstrap.py:1287–1291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1285 captured = {}
1286
1287 class FakeColdStartModule:
1288 @staticmethod
1289 def cold_start(**kwargs):
1290 captured.update(kwargs)
1291 return {"success": True}
1292
1293 real_import = importlib.import_module
1294

Callers 1

fake_importFunction · 0.85

Calls

no outgoing calls

Tested by 1

fake_importFunction · 0.68