The number of channels defined in the dictionary (currently 8).
(self)
| 778 | |
| 779 | @property |
| 780 | def count(self): |
| 781 | """ |
| 782 | The number of channels defined in the dictionary (currently 8). |
| 783 | """ |
| 784 | return self._count |
| 785 | |
| 786 | def __getitem__(self, key): |
| 787 | return dict.__getitem__(self, str(key)) |