Can you grab instantiated objects that were not assigned to a variable?
e.g.:
import time
time.time()
How can I grab my already instantiated object to call a method for it.
Maybe I can get a list of all instantiated time-objects and then reassign them through a returned id of some sort?
In the interactive interpreter the last computed value is saved as
_