コード例 #1
0
 def layer_count(self):
     "Returns the number of layers in the data source."
     return capi.get_layer_count(self._ptr)
コード例 #2
0
ファイル: datasource.py プロジェクト: GeyseR/django
 def layer_count(self):
     "Return the number of layers in the data source."
     return capi.get_layer_count(self._ptr)
コード例 #3
0
 def layer_count(self):
     "Return the number of layers in the table_s source."
     return capi.get_layer_count(self._ptr)