You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defaults with dataclasses are pretty unintuitive IMO. It's a good idea to always instantiate using default_factory, otherwise you end up with things like:
defaults with dataclasses are pretty unintuitive IMO. It's a good idea to always instantiate using default_factory, otherwise you end up with things like:
better yet, use dataclasses or pydantic generated from linkml :-)
The text was updated successfully, but these errors were encountered: