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
Can a function be inside a class in generator where store_recall method could reinstantiate the object so that it can store the same to the namespace again and the value could be stored at the time of when the instance is called?
# Add a code block here, if requireddef__init__(self):
self.old_value=self.valuedefstore_recall(self):
returnself.old_value# which is stored in the class at the time of instantiation
Is this possible?
Has this already been discussed elsewhere?
No
Links to previous discussion of this feature:
N/A
The text was updated successfully, but these errors were encountered:
Feature or enhancement
Proposal:
Can a function be inside a class in generator where store_recall method could reinstantiate the object so that it can store the same to the namespace again and the value could be stored at the time of when the instance is called?
Is this possible?
Has this already been discussed elsewhere?
No
Links to previous discussion of this feature:
N/A
The text was updated successfully, but these errors were encountered: