Replies: 1 comment
-
This is currently not supported. This could be supported by inspecting signature of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can polyfactory work with type annotated plain old python objects? I basically have a bunch in a model.py because I've been doing some DDD patterns as outlined in the cosmicpython.com book and a factory for my domain objects would be useful.
NOTE: I have successfully used polyfactory for some command objects that were pydantic model objects. I'm doing a DDD event/command driven microservice.
Beta Was this translation helpful? Give feedback.
All reactions