[Tutor] Are the methods in a class copied or just linked to?

Jim Mooney Py3.4.3winXP cybervigilante at gmail.com
Thu Jul 2 21:30:23 CEST 2015


When an instance uses a class method, does it actually use the method that
is in the class object's memory space, or is the method copied to the
instance?

-- 
Jim


More information about the Tutor mailing list