コード例 #1
0
ファイル: wtqt.py プロジェクト: isotoma/WebtrendsQT
        def do_c(self, line):
                """\c [<profile ID>] <template ID>
Change current connection to another template or profile.
"""
                return ODBCUtility.do_c(self, line)
コード例 #2
0
ファイル: wtqt.py プロジェクト: isotoma/WebtrendsQT
 def __init__(self, *args, **kwargs):
         ODBCUtility.__init__(self, *args, **kwargs)
         # Add \p to the special comands
         self.special_cmds.append('p')