Searched refs:get_one (Results 1 – 4 of 4) sorted by relevance
264 def get_one(type): function374 src_one = get_one(src_channel)375 dst_one = get_one(dst_channel)393 one = get_one(src_channel)417 dst_one = get_one(dst_channel)503 value = get_one(dst_channel)530 value = get_one(dst_channel)
262 def get_one(type): function372 src_one = get_one(src_channel)373 dst_one = get_one(dst_channel)391 one = get_one(src_channel)415 dst_one = get_one(dst_channel)501 value = get_one(dst_channel)528 value = get_one(dst_channel)
44 get_one = summary_test_util.get_one variable310 num = get_one(tmpdb, 'SELECT count(*) FROM Tags WHERE tag_name = "t1"')335 x_id = get_one(self.db, 'SELECT tag_id FROM Tags WHERE tag_name = "x"')336 y_id = get_one(self.db, 'SELECT tag_id FROM Tags WHERE tag_name = "y"')337 sum_id = get_one(self.db, 'SELECT tag_id FROM Tags WHERE tag_name = "sum"')
91 def get_one(db, q, *p): function