Ejemplo n.º 1
0
 def hc(self, hc = None):
   gat = fetch_location('HC', hc)
   return gat
Ejemplo n.º 2
0
 def village(self, vill = None):
   gat = fetch_location('VIL', vill)
   return gat
Ejemplo n.º 3
0
 def hd(self, hd = None):
   gat = fetch_location('HD', hd)
   return gat
Ejemplo n.º 4
0
 def cell(self, cell = None):
   gat = fetch_location('CEL', cell)
   return gat
Ejemplo n.º 5
0
 def sector(self, sec = None):
   gat = fetch_location('SEC', sec)
   return gat
Ejemplo n.º 6
0
 def district(self, dst = None):
   gat = fetch_location('DST', dst)
   return gat
Ejemplo n.º 7
0
 def province(self, prv = None):
   gat = fetch_location('PRV', prv)
   return gat
Ejemplo n.º 8
0
 def nation(self):
   gat = fetch_location('NATION', 1)
   return gat