arcticdb.version_store.library.SymbolVersion
- class arcticdb.version_store.library.SymbolVersion(symbol: str, version: int)[source]
A named tuple. A symbol name - version pair.
- symbol
Symbol name.
- Type:
str
- version
Version of the symbol.
- Type:
int
- __init__()
Methods
__init__
()count
(value, /)Return number of occurrences of value.
index
(value[, start, stop])Return first index of value.
Attributes
Alias for field number 0
Alias for field number 1