November 2001
Intermediate to advanced
218 pages
6h 22m
English
Attributes are methods that can be
referenced and assigned to externally as if they were variables. For
example, the Process module attribute
egid can be manipulated in the following way:
Process.egid # Reference Process.egid=id # Assignment
These are actually two methods, one
that takes no argument and another with a name ending with
= that takes one argument. Methods that form such
attributes are referred to as accessor methods.
Read now
Unlock full access