WEB开发网
开发学院软件开发Python 使用IPython增强交互式体验 阅读

使用IPython增强交互式体验

 2008-09-30 12:44:29 来源:WEB开发网   
核心提示: 'close_request', 'fileno', 'finish_request', 'get_request','handle_error', 'handle_request', '

'close_request', 'fileno', 'finish_request', 'get_request',

'handle_error', 'handle_request', 'process_request',

'register_function', 'register_instance',

'register_introspection_functions', 'register_multicall_functions',

'request_queue_size', 'serve_forever', 'server_activate', 'server_bind',

'server_close', 'socket_type', 'system_listMethods',

'system_methodHelp', 'system_methodSignature', 'system_multicall',

'verify_request']

嗯, 非常棒。事实上非常实用。几年来我一直这么做,对此非常满意。这是一个漂亮的列表,包含了SimpleXMLRPCServer.SimpleXMLRPCServer的所有方法,类,模块等等。因为dir()是一个内置函数,在 IPython中也能很好的使用它们。但是IPython的操作符?和??功能还要强大:

In [1]: import SimpleXMLRPCServer

In [2]: ? SimpleXMLRPCServer.SimpleXMLRPCServer

Type: classobj

String Form: SimpleXMLRPCServer.SimpleXMLRPCServer

Namespace: Interactive

File: /usr/local/python24/lib/python2.4/SimpleXMLRPCServer.py

Docstring:

Simple XML-RPC server.

Simple XML-RPC server that allows functions and a single instance

to be installed to handle requests. The default implementation

attempts to dispatch XML-RPC calls to the functions or instance

上一页  1 2 3 4 5 6 7 8 9 10  下一页

Tags:使用 IPython

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接