コード例 #1
0
ファイル: source.py プロジェクト: Kenstogram/my-first-blog
    def name(self):
        """
        Return the name of this raster. Corresponds to filename
>>>>>>> 37c99181c9a6b95433d60f8c8ef9af5731096435
        for file-based rasters.
        """
        return force_text(capi.get_ds_description(self._ptr))
コード例 #2
0
ファイル: source.py プロジェクト: ArcTanSusan/django
 def name(self):
     """
     Return the name of this raster. Corresponds to filename
     for file-based rasters.
     """
     return force_text(capi.get_ds_description(self._ptr))
コード例 #3
0
 def name(self):
     """
     Return the name of this raster. Corresponds to filename
     for file-based rasters.
     """
     return force_str(capi.get_ds_description(self._ptr))
コード例 #4
0
ファイル: source.py プロジェクト: 1check1/my-first-blog
 def name(self):
     return force_text(capi.get_ds_description(self.ptr))
コード例 #5
0
ファイル: source.py プロジェクト: mrojass/Scrap
 def name(self):
     return force_text(capi.get_ds_description(self.ptr))