为什么我的套接字模块没有产生属性?

时间:2015-11-01 00:47:00

标签: python sockets

套接字模块中的所有属性都不可调用。我运行以下内容,并列出下面的输出。为什么会这样?

import socket 
print dir(socket)

-

python testr.py
['__builtins__', '__doc__', '__file__', '__name__', '__package__', 'socket']
['__builtins__', '__doc__', '__file__', '__name__', '__package__', 'socket']

0 个答案:

没有答案