Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
class
TestModel(FakeModel):
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected