예제 #1
0
 def get_location(self):
     location = getattr(self.context.aq_base, 'location', None)
     if not location:
         return None
     else:
         if isinstance(location, unicode):
             return get_location(self.context)
         else:
             return location.to_object
예제 #2
0
 def get_location(self):
     location = getattr(self.context.aq_base, 'location', None)
     if not location:
         return None
     else:
         if isinstance(location, unicode):
             return get_location(self.context)
         else:
             return location.to_object
예제 #3
0
 def get_location(self, event_accessor):
     return get_location(event_accessor.context)
예제 #4
0
 def get_location(self, event_accessor):
     return get_location(event_accessor.context)
예제 #5
0
 def get_location(self, occ):
     return get_location(occ)
예제 #6
0
 def get_location(self, event):
     return get_location(event)
예제 #7
0
 def get_location(self, event):
     return get_location(event)
예제 #8
0
 def get_location(self):
     return get_location(self.context)
예제 #9
0
 def get_location(self):
     return get_location(self.context)
예제 #10
0
 def get_location(self, occ):
     return get_location(occ)