cti
.driver
index
/home/miyabe/workspaces/copper_drivers/cti.python/src/code/cti/driver.py
$Id: driver.py 926 2013-05-30 13:13:59Z miyabe $
Modules
re
socket
Classes
builtins.object
Driver
class
Driver
(
builtins.object
)
Methods defined here:
get_session
(self, uri, options={})
指定されたURIに接続し、セッションを返します。
uri: 接続先アドレス
options: 接続オプション
返り値: Session オブジェクト
Data descriptors defined here:
__dict__
dictionary for instance variables
__weakref__
list of weak references to the object