Files
cadquery/tests
gumyr 93623fa9bd #788 Add __repr__ and __str__ methods to Matrix (#791)
* #788 Add __repr__ and __str__ methods to Matrix

* Shortened code with join & improved test

* Renamed variable and fixed use of join

* Replaced __getitem__ with transposed_list

* Optimized repr and removed str methods

* Cleanup comment

* Increased geom.py code coverage to near 100%

* Reformatted with black 19.10b0 defaults

* Remove the typing import
2021-08-12 20:38:06 +02:00
..
2020-09-24 13:27:13 -04:00
2021-03-17 14:14:37 +10:30
2021-03-18 19:50:05 +01:00
2013-04-16 22:29:06 -04:00
2021-07-30 13:48:22 -04:00
2021-07-30 13:48:22 -04:00
2021-03-17 14:14:37 +10:30

It is OK for tests to import implementations like FreeCAD directly.