Record¶
- final class ntoseye.Record¶
An immutable, ordered set of named fields with attribute access.
- __iter__() NameIterator¶
- get(key: str, default: Any | None = None) Any¶
The field, or
defaultwhen the record has no such field.
An immutable, ordered set of named fields with attribute access.
The field, or default when the record has no such field.