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
#1101 added a from_id() method to Session. It takes in a max_time parameter, which is misleading because you cannot change a session max_time after it's created (and it has to have been created to have an id).
In addition, this method doesn't have docstring on the parameters.
Acceptance criteria
Remove max_time from from_id()
Explain what parameters are in the docstring
The text was updated successfully, but these errors were encountered:
What is the expected feature or enhancement?
#1101 added a
from_id()
method toSession
. It takes in amax_time
parameter, which is misleading because you cannot change a session max_time after it's created (and it has to have been created to have an id).In addition, this method doesn't have docstring on the parameters.
Acceptance criteria
max_time
fromfrom_id()
The text was updated successfully, but these errors were encountered: