On Sat, Jun 11, 2016, at 20:12, Marcin Rak wrote:
> What about variables that are user defined classes?  Are they referenced
> or copied?

It will reference the same object, but if the variable is reassigned in
the original module it will still not update the imported variable.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to