Lines Matching full:clone
50 or a <clone ...> XML node.
64 elif entry.name == 'clone':
172 This function only makes sense to be called for an Entry, Clone, or
191 Validate that all <clone> elements point to an existing <entry> element.
201 for clone in soup.find_all("clone"):
202 clone_entry = clone['entry']
203 clone_kind = clone['kind']
205 parent_kind = find_kind(clone)
213 error_msg = ("Did not find corresponding clone entry '%s' " + \
218 clone_name = fully_qualified_name(clone)
220 error_msg = ("Clone entry target '%s' did not match fully qualified " + \