def getter(): return self.alexandria.get( util.endpoint_uri(self.endpoint, uuid, 'markupdepth'))
def getter(): return self.alexandria.get( util.endpoint_uri(self.endpoint, uuid, 'kdtree'))
def adder(): uri = util.endpoint_uri(self.endpoint, uuid, 'lmnl') return self.alexandria.put_data(uri, lmnl, UTF8TEXT)
def adder(): uri = util.endpoint_uri(self.endpoint, uuid, 'texmecs') return self.alexandria.put_data(uri, texmecs, UTF8TEXT)
def poster(): return self.alexandria.post_data( util.endpoint_uri(self.endpoint, uuid, 'query'), tagql)