wsgidav.util.is_equal_or_child_uri¶ wsgidav.util.is_equal_or_child_uri(parent_uri, child_uri)[source]¶ Return True, if child_uri is a child of parent_uri or maps to the same resource. Similar to <util.is_child_uri>_ , but this method also returns True, if parent equals child. (‘/a/b’ is considered identical with ‘/a/b/’).