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