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 :pyattr:`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).