pynguin
pynguin copied to clipboard
Small typo?
trafficstars
I think there is a small typo in the section "A more complex example" in Quickstart. Shouldn't the function be
def empty(self) -> bool:
return self.size == 0
It is supposed to return True if the Queue is empty, isn't it?
Link