arxiv.canonical.register.listing module¶
-
class
arxiv.canonical.register.listing.
RegisterListing
(name, domain, record, integrity, members=None)[source]¶ Bases:
arxiv.canonical.register.core.Base
-
add_events
(_, sources, *events)[source]¶ Add events to the terminal listing R.
Overrides the base method since this is a terminal record, not a collection.
- Return type
None
-
domain_type
¶
-
integrity_type
¶
-
classmethod
load
(s, sources, identifier, checksum=None)[source]¶ Load an instance of the register class from storage.
- Return type
~_Self
-
member_type
¶ alias of
builtins.NoneType
-
property
number_of_versions
¶ Number of e-print versions contained within a register instance.
- Return type
-
record_type
¶
-
-
class
arxiv.canonical.register.listing.
RegisterListingDay
(name, domain, record, integrity, members=None)[source]¶ Bases:
arxiv.canonical.register.core.Base
-
domain_type
¶
-
integrity_type
¶ alias of
arxiv.canonical.integrity.listing.IntegrityListingDay
-
member_type
¶ alias of
RegisterListing
-
record_type
¶
-
-
class
arxiv.canonical.register.listing.
RegisterListingMonth
(name, domain, record, integrity, members=None)[source]¶ Bases:
arxiv.canonical.register.core.Base
-
domain_type
¶
-
integrity_type
¶ alias of
arxiv.canonical.integrity.listing.IntegrityListingMonth
-
member_type
¶ alias of
RegisterListingDay
-
record_type
¶
-
-
class
arxiv.canonical.register.listing.
RegisterListingYear
(name, domain, record, integrity, members=None)[source]¶ Bases:
arxiv.canonical.register.core.Base
-
domain_type
¶
-
integrity_type
¶ alias of
arxiv.canonical.integrity.listing.IntegrityListingYear
-
member_type
¶ alias of
RegisterListingMonth
-
record_type
¶
-
-
class
arxiv.canonical.register.listing.
RegisterListings
(name, domain, record, integrity, members=None)[source]¶ Bases:
arxiv.canonical.register.core.Base
-
domain_type
¶
-
integrity_type
¶ alias of
arxiv.canonical.integrity.listing.IntegrityListings
-
member_type
¶ alias of
RegisterListingYear
-
record_type
¶
-