コード例 #1
0
    def __init__(self,
                 obs,
                 sparseField=None,
                 excludeList=["X_IMAGE", "Y_IMAGE"]):
        """adjusted constructor to allow a passed excludeList for the 
        exclusion of a passed list of fields from the xml markup.
        """

        Catalog.__init__(self, obs, sparseField, excludeList)
コード例 #2
0
    def __init__(self, lungime_cablu, baterie, pret, consum, producator,
                 cod_produs):
        Catalog.__init__(self, pret, consum, producator, cod_produs)

        self.lungime_cablu = lungime_cablu
        self.baterie = baterie
コード例 #3
0
 def __init__(self, datadir):
     self.max_mappings = Catalog95.MAX_MAPPINGS
     Catalog.__init__(self, datadir)
コード例 #4
0
ファイル: Catalog95.py プロジェクト: Jangzq/u-postgres-tool
 def __init__(self, datadir):
     self.max_mappings = Catalog95.MAX_MAPPINGS
     Catalog.__init__(self, datadir)