Python class objects confusing

In python, class and instance are both objects.

<Learning Python> says that,

When we run a class statement, we get a class object.

When we call a class object, we get an instance object.

Such confusing definitions.

posted @ 2013-04-02 00:11  n0p  阅读(144)  评论(0编辑  收藏  举报