コード例 #1
0
ファイル: conexion_dummy.py プロジェクト: Goblab/vot.ar
 def __init__(self, url, debug=True, timeout=None, desglosada=False):
     Conexion.__init__(self, url, debug, timeout)
     self._estados = {}
     self._acta_desglosada = desglosada
コード例 #2
0
ファイル: conexion_dummy.py プロジェクト: sunzu/vot.ar
 def __init__(self, url, debug=True, timeout=None, desglosada=False):
     Conexion.__init__(self, url, debug, timeout)
     self._estados = {}
     self._acta_desglosada = desglosada