HistorySlice

class Cauldron.base.client.HistorySlice

Bases: tuple

Create new instance of HistorySlice(time, binary, ascii, name)

Attributes Summary

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 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.