Closed tirkarthi closed 3 years ago
find . -iname '*.py' | grep -vE 'example|docs' | xargs -P 4 -I{} python3.8 -Wall -m py_compile {} ./tests/test_pyclipper.py:276: SyntaxWarning: "is" with a literal. Did you mean "=="? self.assertTrue(len(node.Contour) is 0 or len(node.Contour) > 2)