Searched refs:slot_key (Results 1 – 1 of 1) sorted by relevance
175 def __init__(self, name=None, slot_key=None, strict=False): argument187 slot_key)188 if slot_key is None:189 slot_key = db.Key.from_path(_SlotRecord.kind(), uuid.uuid4().hex)196 self.key = slot_key332 for name, slot_key in already_defined.iteritems():333 if not isinstance(slot_key, db.Key):334 slot_key = db.Key(slot_key)343 self._output_dict[name] = Slot(name=name, slot_key=slot_key)345 slot.key = slot_key[all …]