Searched refs:index_check (Results 1 – 2 of 2) sorted by relevance
57 node_check, index_check = element60 index_check = True65 index_check = element76 if not isinstance(index_check, (str, int)) \77 and index_check is not None:78 raise ResolverError("Invalid index checker: %s" % index_check)79 new_path.append((node_check, index_check))122 node_check, index_check = path[depth-1]129 if index_check is True and current_index is not None:131 if (index_check is False or index_check is None) \[all …]
73 std::string const& index_check, std::string const& dir_check, in test_sectionalize() argument136 if (! index_check.empty()) in test_sectionalize()138 BOOST_CHECK_EQUAL(out_sections.str(), index_check); in test_sectionalize()