hydra.dsl.build.comparereport module
DSL functions for hydra.build.comparereport.
- hydra.dsl.build.comparereport.compare_report(rows: TypedTerm[Sequence[ModuleCompare]], byte_eq_count: TypedTerm[int], total: TypedTerm[int]) TypedTerm[CompareReport]
DSL constructor for hydra.build.comparereport.CompareReport.
- hydra.dsl.build.comparereport.compare_report_byte_eq_count(x: TypedTerm[CompareReport]) TypedTerm[int]
DSL accessor for the byteEqCount field of hydra.build.comparereport.CompareReport.
- hydra.dsl.build.comparereport.compare_report_rows(x: TypedTerm[CompareReport]) TypedTerm[Sequence[ModuleCompare]]
DSL accessor for the rows field of hydra.build.comparereport.CompareReport.
- hydra.dsl.build.comparereport.compare_report_total(x: TypedTerm[CompareReport]) TypedTerm[int]
DSL accessor for the total field of hydra.build.comparereport.CompareReport.
- hydra.dsl.build.comparereport.compare_report_with_byte_eq_count(original: TypedTerm[CompareReport], new_val: TypedTerm[int]) TypedTerm[CompareReport]
DSL updater for the byteEqCount field of hydra.build.comparereport.CompareReport.
- hydra.dsl.build.comparereport.compare_report_with_rows(original: TypedTerm[CompareReport], new_val: TypedTerm[Sequence[ModuleCompare]]) TypedTerm[CompareReport]
DSL updater for the rows field of hydra.build.comparereport.CompareReport.
- hydra.dsl.build.comparereport.compare_report_with_total(original: TypedTerm[CompareReport], new_val: TypedTerm[int]) TypedTerm[CompareReport]
DSL updater for the total field of hydra.build.comparereport.CompareReport.
- hydra.dsl.build.comparereport.module_compare(module: TypedTerm[str], status: TypedTerm[CompareStatus], our_size: TypedTerm[int], canon_size: TypedTerm[int], diff_lines: TypedTerm[int]) TypedTerm[ModuleCompare]
DSL constructor for hydra.build.comparereport.ModuleCompare.
- hydra.dsl.build.comparereport.module_compare_canon_size(x: TypedTerm[ModuleCompare]) TypedTerm[int]
DSL accessor for the canonSize field of hydra.build.comparereport.ModuleCompare.
- hydra.dsl.build.comparereport.module_compare_diff_lines(x: TypedTerm[ModuleCompare]) TypedTerm[int]
DSL accessor for the diffLines field of hydra.build.comparereport.ModuleCompare.
- hydra.dsl.build.comparereport.module_compare_module(x: TypedTerm[ModuleCompare]) TypedTerm[str]
DSL accessor for the module field of hydra.build.comparereport.ModuleCompare.
- hydra.dsl.build.comparereport.module_compare_our_size(x: TypedTerm[ModuleCompare]) TypedTerm[int]
DSL accessor for the ourSize field of hydra.build.comparereport.ModuleCompare.
- hydra.dsl.build.comparereport.module_compare_status(x: TypedTerm[ModuleCompare]) TypedTerm[CompareStatus]
DSL accessor for the status field of hydra.build.comparereport.ModuleCompare.
- hydra.dsl.build.comparereport.module_compare_with_canon_size(original: TypedTerm[ModuleCompare], new_val: TypedTerm[int]) TypedTerm[ModuleCompare]
DSL updater for the canonSize field of hydra.build.comparereport.ModuleCompare.
- hydra.dsl.build.comparereport.module_compare_with_diff_lines(original: TypedTerm[ModuleCompare], new_val: TypedTerm[int]) TypedTerm[ModuleCompare]
DSL updater for the diffLines field of hydra.build.comparereport.ModuleCompare.
- hydra.dsl.build.comparereport.module_compare_with_module(original: TypedTerm[ModuleCompare], new_val: TypedTerm[str]) TypedTerm[ModuleCompare]
DSL updater for the module field of hydra.build.comparereport.ModuleCompare.
- hydra.dsl.build.comparereport.module_compare_with_our_size(original: TypedTerm[ModuleCompare], new_val: TypedTerm[int]) TypedTerm[ModuleCompare]
DSL updater for the ourSize field of hydra.build.comparereport.ModuleCompare.
- hydra.dsl.build.comparereport.module_compare_with_status(original: TypedTerm[ModuleCompare], new_val: TypedTerm[CompareStatus]) TypedTerm[ModuleCompare]
DSL updater for the status field of hydra.build.comparereport.ModuleCompare.