[refactoring] spelling
This commit is contained in:
parent
cd936b1ed1
commit
b251ee13c4
@ -29,7 +29,7 @@ class CircBuffer:
|
|||||||
def channel_count(self):
|
def channel_count(self):
|
||||||
return self.__channels
|
return self.__channels
|
||||||
|
|
||||||
def totocount(self, channel: int = 0):
|
def totalcount(self, channel: int = 0):
|
||||||
return self.__totalcount[channel]
|
return self.__totalcount[channel]
|
||||||
|
|
||||||
def is_full(self, channel: int = 0):
|
def is_full(self, channel: int = 0):
|
||||||
|
Loading…
Reference in New Issue
Block a user