예제 #1
0
 def testString(self):
     self.compare(mathics.String("abc"), '"abc"')
예제 #2
0
 def testString(self):
     self.compare(
         mathics.String('abcd'),
         "abcd")
예제 #3
0
 def testString(self):
     self.assertIsNone(mathics.String("abc").to_sympy())