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
I'm working on a conda-lock-ish custom tool for my company's build system. The py-rattler API is great! But I'm noticing many __init__ functions are missing from the documentation, so I'm consulting the source. Is this intentional and I shouldn't be using these constructors? Maybe they can be added to the docs even without a docstring?
An example: creating a LockFile from Environments, and creating Environment from RepoDataRecords.
The text was updated successfully, but these errors were encountered:
I'm working on a
conda-lock
-ish custom tool for my company's build system. The py-rattler API is great! But I'm noticing many__init__
functions are missing from the documentation, so I'm consulting the source. Is this intentional and I shouldn't be using these constructors? Maybe they can be added to the docs even without a docstring?An example: creating a
LockFile
fromEnvironment
s, and creatingEnvironment
fromRepoDataRecord
s.The text was updated successfully, but these errors were encountered: