2.11.1.11. pycsamt.jones.validation#
Functions
|
Convenience wrapper around |
Classes
|
Abstract base for A.G. |
- class pycsamt.jones.validation.IsJ[source]
Bases:
ABCAbstract base for A.G. Jones J-format validation helpers.
Subclasses implement
IsJ.is_valid. The static method_assert_j()provides a robust, file-level validator that accepts either a path or an existingIsJinstance. The check is heuristic, fast and tolerant of minor formatting issues (e.g., non-canonical head order).