コード例 #1
0
ファイル: XCPMethods2.py プロジェクト: spbstu/XCPWebService
 def __init__(self, logging=None, conf=None):
     BaseMethods.__init__(self, logging, conf)
     self.configsLabs = {}
     self._xapiOK = False
コード例 #2
0
ファイル: XCPMethods2.py プロジェクト: spbstu/XCPWebService
 def __init__(self, logging=None, conf=None):
     BaseMethods.__init__(self, logging, conf)
     self.configsLabs = {}
     self._xapiOK = False
コード例 #3
0
 def __init__(self, logging=None, conf=None):
     BaseMethods.__init__(self, logging, conf)
     self.ldapRoots = []
     self.ldapInit = None