Esempio n. 1
0
 def __getitem__(self, idx):
     string = self._get(idx)
     return iface.string(string) if string != iface.NULL else None
Esempio n. 2
0
 def __getitem__(self, idx):
     string = self._get(idx)
     return iface.string(string) if string != iface.NULL else None
Esempio n. 3
0
 def get(instance):
     string = self.get_backing_object(instance)
     return iface.string(string) if string != iface.NULL else None
Esempio n. 4
0
 def get(instance):
     string = self.get_backing_object(instance)
     return iface.string(string) if string != iface.NULL else None