class documentation

class PeekIterTest(BaseIteratorsTest):

View In Hierarchy

Undocumented

Method test​_init​_with​_sentinel Undocumented
Method test​_iter Undocumented
Method test​_line​_counter Undocumented
Method test​_next​_with​_multi Undocumented
Method test​_next​_with​_none Undocumented
Method test​_next​_with​_one Undocumented
Method test​_next​_with​_zero Undocumented
Method test​_peek​_with​_multi Undocumented
Method test​_peek​_with​_none Undocumented
Method test​_peek​_with​_one Undocumented
Method test​_peek​_with​_zero Undocumented

Inherited from BaseIteratorsTest:

Method assert​Equal​Twice Undocumented
Method assert​False​Twice Undocumented
Method assert​Next Undocumented
Method assert​Raises​Twice Undocumented
Method assert​True​Twice Undocumented
def test_init_with_sentinel(self):

Undocumented

def test_iter(self):

Undocumented

def test_line_counter(self):

Undocumented

def test_next_with_multi(self):

Undocumented

def test_next_with_none(self):

Undocumented

def test_next_with_one(self):

Undocumented

def test_next_with_zero(self):

Undocumented

def test_peek_with_multi(self):

Undocumented

def test_peek_with_none(self):

Undocumented

def test_peek_with_one(self):

Undocumented

def test_peek_with_zero(self):

Undocumented