MCPcopy Create free account
hub / github.com/google-deepmind/alphageometry / setUpClass

Method setUpClass

trace_back_test.py:30–33  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

28
29 @classmethod
30 def setUpClass(cls):
31 super().setUpClass()
32 cls.defs = pr.Definition.from_txt_file('defs.txt', to_dict=True)
33 cls.rules = pr.Theorem.from_txt_file('rules.txt', to_dict=True)
34
35 def test_orthocenter_dependency_difference(self):
36 txt = 'a b c = triangle a b c; d = on_tline d b a c, on_tline d c a b; e = on_line e a c, on_line e b d ? perp a d b c' # pylint: disable=line-too-long

Callers

nothing calls this directly

Calls 1

from_txt_fileMethod · 0.45

Tested by

no test coverage detected