Beispiel #1
0
 def xhr_query(self):
     res = Values.xhr_query(self)
     if self._type:
         res['type'] = self._type
     return res
Beispiel #2
0
 def xhr_query(self):
     res = Values.xhr_query(self)
     if self.feature:
         res['feature'] = self.feature.id
     return res
Beispiel #3
0
 def xhr_query(self):
     res = Values.xhr_query(self)
     if self.ff:
         res['ff'] = 1
     return res
Beispiel #4
0
 def xhr_query(self):
     res = Values.xhr_query(self)
     if self._type:
         res['type'] = self._type
     return res
Beispiel #5
0
 def xhr_query(self):
     res = Values.xhr_query(self) or {}
     if self.pair:
         res['pair'] = self.pair.id
     return res