MCPcopy Create free account
hub / github.com/EntilZha/PyFunctional / NotTabulatable

Class NotTabulatable

functional/test/test_functional.py:913–914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

911 self.assertEqual(sequence.tabulate(), None)
912
913 class NotTabulatable(object):
914 pass
915
916 sequence = seq(NotTabulatable(), NotTabulatable(), NotTabulatable())
917 self.assertEqual(sequence.tabulate(), None)

Callers 1

test_tabulateMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_tabulateMethod · 0.68