HistorySlice¶
-
class
Cauldron.base.client.HistorySlice¶ Bases:
tupleCreate new instance of HistorySlice(time, binary, ascii, name)
Attributes Summary
asciiAlias for field number 2 binaryAlias for field number 1 nameAlias for field number 3 timeAlias for field number 0 Methods Summary
count(...)index((value, [start, ...)Raises ValueError if the value is not present. Attributes Documentation
-
ascii¶ Alias for field number 2
-
binary¶ Alias for field number 1
-
name¶ Alias for field number 3
-
time¶ Alias for field number 0
Methods Documentation
-
count(value) → integer -- return number of occurrences of value¶
-
index(value[, start[, stop]]) → integer -- return first index of value.¶ Raises ValueError if the value is not present.
-