Category¶
-
class
minkit.
Category
¶ Bases:
tuple
Create new instance of Category(fcn, pdf, data)
Attributes Summary
Alias for field number 2
Alias for field number 0
Alias for field number 1
Methods Summary
count
(value)index
(value, [start, [stop]])Raises ValueError if the value is not present.
Attributes Documentation
-
data
¶ Alias for field number 2
-
fcn
¶ Alias for field number 0
-
pdf
¶ Alias for field number 1
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.
-