x(arg1, arg2, ...)
x.__call__(arg1, arg2, ...)
当实例像一个函数使用时调用本方法.如果定义了这个方法, 那么x(arg1, arg2, ...)是x.__call__(arg1, arg2, ...)的缩写形式.