示例#1
0
 def test(self, emotion):
     """ Test current settings
     """
     environment = TestEnvironment()
     environment.test(emotion, 5)
示例#2
0
 def calluser(self):
     print (self.name)
     environment = TestEnvironment()
     environment.test(self.emo, 5)