Closed Viicos closed 11 months ago
Should only allow kw arguments, even though positional is allowed at runtime.
Still need to find a way to get the correct Python type allowed.
Signature might differ between __init__ and create, related:
__init__
create
Should only allow kw arguments, even though positional is allowed at runtime.
Still need to find a way to get the correct Python type allowed.
Signature might differ between
__init__
andcreate
, related: