示例#1
0
 def name(self):
     "Return the name of the data source."
     name = capi.get_ds_name(self._ptr)
     return force_text(name, self.encoding, strings_only=True)
示例#2
0
 def name(self):
     "Returns the name of the data source."
     name = capi.get_ds_name(self._ptr)
     return force_text(name, self.encoding, strings_only=True)
示例#3
0
 def name(self):
     "Returns the name of the data source."
     return get_ds_name(self._ptr)
示例#4
0
 def name(self):
     "Returns the name of the data source."
     return capi.get_ds_name(self._ptr)
示例#5
0
 def name(self):
     "Return the name of the table_s source."
     name = capi.get_ds_name(self._ptr)
     return force_str(name, self.encoding, strings_only=True)