Source code for arxiv.canonical.record.file
from .core import RecordEntry, D
[docs]class RecordFile(RecordEntry[D.CanonicalFile]):
"""An entry that is handled as an otherwise-uninterpreted file."""
from .core import RecordEntry, D
[docs]class RecordFile(RecordEntry[D.CanonicalFile]):
"""An entry that is handled as an otherwise-uninterpreted file."""