On 3/28/2017 4:09 AM, loial wrote:
Can I pass self(or all its variables) to a class?

In Python, every argument to every function is an instance of some class. The function can access any attribute of the arguments it receives with arg.attribute.

--
Terry Jan Reedy

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to