← Về thư mục
- schema · function · L32-L33 — def schema()
- test_schema_real_tree_passes · function · L38-L39 — def test_schema_real_tree_passes(schema)
- test_schema_open_root_fails · function · L42-L45 — def test_schema_open_root_fails(schema)
- test_fixed_pt_conditional_real_tree_passes · function · L50-L51 — def test_fixed_pt_conditional_real_tree_passes(schema)
- test_fixed_pt_conditional_removed_fails · function · L54-L58 — def test_fixed_pt_conditional_removed_fails(schema)
- test_fixed_pt_conditional_mode_not_required_fails · function · L61-L65 — def test_fixed_pt_conditional_mode_not_required_fails(schema)
- test_no_provenance_real_tree_passes · function · L70-L71 — def test_no_provenance_real_tree_passes(schema)
- test_provenance_leak_fails · function · L74-L77 — def test_provenance_leak_fails(schema)
- test_inferred_marker_leak_fails · function · L80-L83 — def test_inferred_marker_leak_fails(schema)
- test_cut_fields_real_tree_passes · function · L88-L89 — def test_cut_fields_real_tree_passes(schema)
- test_profile_name_reappears_fails · function · L92-L95 — def test_profile_name_reappears_fails(schema)
- test_caption_bold_reappears_fails · function · L98-L101 — def test_caption_bold_reappears_fails(schema)
- test_example_fixture_real_tree_passes · function · L106-L107 — def test_example_fixture_real_tree_passes(schema)
- test_example_fixture_violation_fails · function · L110-L115 — def test_example_fixture_violation_fails(schema)
- formatter_text · function · L121-L122 — def formatter_text()
- intake_text · function · L126-L127 — def intake_text()
- test_formatter_wiring_real_tree_passes · function · L130-L131 — def test_formatter_wiring_real_tree_passes(formatter_text)
- test_formatter_wiring_missing_section_fails · function · L134-L136 — def test_formatter_wiring_missing_section_fails()
- test_formatter_wiring_dropped_guard_fails · function · L139-L142 — def test_formatter_wiring_dropped_guard_fails(formatter_text)
- test_formatter_wiring_dropped_venue_precedence_fails · function · L145-L147 — def test_formatter_wiring_dropped_venue_precedence_fails(formatter_text)
- test_formatter_wiring_dropped_failclosed_fails · function · L150-L152 — def test_formatter_wiring_dropped_failclosed_fails(formatter_text)
- test_formatter_wiring_dropped_no_inference_fails · function · L155-L157 — def test_formatter_wiring_dropped_no_inference_fails(formatter_text)
- test_formatter_wiring_dropped_best_effort_fails · function · L160-L162 — def test_formatter_wiring_dropped_best_effort_fails(formatter_text)
- test_intake_wiring_real_tree_passes · function · L167-L168 — def test_intake_wiring_real_tree_passes(intake_text)
- test_intake_wiring_missing_followup_fails · function · L171-L172 — def test_intake_wiring_missing_followup_fails()
- test_intake_wiring_dropped_byte_equiv_rule_fails · function · L175-L177 — def test_intake_wiring_dropped_byte_equiv_rule_fails(intake_text)
- test_intake_wiring_dropped_pcr_row_fails · function · L180-L183 — def test_intake_wiring_dropped_pcr_row_fails(intake_text)
- positioning_text · function · L189-L190 — def positioning_text()
- test_positioning_boundary_real_tree_passes · function · L193-L194 — def test_positioning_boundary_real_tree_passes(positioning_text)
- test_positioning_boundary_missing_note_fails · function · L197-L199 — def test_positioning_boundary_missing_note_fails()
- test_positioning_boundary_dropped_review_criterion_fails · function · L202-L204 — def test_positioning_boundary_dropped_review_criterion_fails(positioning_text)
- validator · function · L213-L214 — def validator(schema)
- _valid · function · L217-L218 — def _valid(validator, inst) -> bool
- test_schema_accepts_valid_profiles · function · L233-L234 — def test_schema_accepts_valid_profiles(validator, inst)
- test_schema_rejects_invalid_profiles · function · L251-L252 — def test_schema_rejects_invalid_profiles(validator, inst)