summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
91fe991)
The whole point of Spec is to be a simple, inert, immutable collection
of largely independent program elements easily at hand. It's being used
here like a namespace, not a pile of shared mutable state for which a
field limit of 7 would make more sense. Let Spec grow.
from texify import Texifier
from texify import Texifier
+# pylint: disable=too-many-instance-attributes
@dataclass(frozen=True)
class Spec:
url: str
@dataclass(frozen=True)
class Spec:
url: str