Where I do ask for a new feature

Bongo Ferno bongoferno at gmail.com
Thu Oct 19 21:32:34 EDT 2023


> You can actually just do that with simple assignment! 
> 
> short_view = my_object.stuff.long_stuff.sub_object 
> print(short_view.some_method()) 

but then have to delete the variable manually

del short_view 


More information about the Python-list mailing list