MCPcopy Index your code
hub / github.com/clips/pattern / test_1

Method test_1

pattern/web/pdf/psparser.py:674–678  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

672 return r
673
674 def test_1(self):
675 tokens = self.get_tokens(self.TESTDATA)
676 print tokens
677 self.assertEqual(tokens, self.TOKENS)
678 return
679
680 def test_2(self):
681 objs = self.get_objects(self.TESTDATA)

Callers

nothing calls this directly

Calls 1

get_tokensMethod · 0.95

Tested by

no test coverage detected