MCPcopy Create free account
hub / github.com/FactoryBoy/factory_boy / _create

Method _create

tests/test_using.py:103–104  ·  view source on GitHub ↗
(cls, model_class, *args, **kwargs)

Source from the content-addressed store, hash-verified

101
102 @classmethod
103 def _create(cls, model_class, *args, **kwargs):
104 return model_class.create(**kwargs)
105
106
107class TestModel(FakeModel):

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected