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
{{ message }}
This repository has been archived by the owner on May 21, 2024. It is now read-only.
Some of our client methods accept various types for inputs, for example in get_file(commit, path, URL), the commit can be a tuple, string, or Commit object. While we do some type checking with
Some of our client methods accept various types for inputs, for example in
get_file(commit, path, URL)
, thecommit
can be a tuple, string, orCommit
object. While we do some type checking withpython-pachyderm/src/python_pachyderm/mixin/util.py
Line 4 in 8b5027d
In general, we want to add type checking where possible, and raise meaningful exceptions when inputs are not valid.
The text was updated successfully, but these errors were encountered: