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

Method setUpClass

problem_test.py:26–28  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

24
25 @classmethod
26 def setUpClass(cls):
27 super().setUpClass()
28 cls.defs = pr.Definition.from_txt_file('defs.txt', to_dict=True)
29
30 def test_orthocenter_no_translate(self):
31 txt = 'a b c = triangle a b c; h = on_tline h b a c, on_tline h c a b ? perp a h 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