emacspy_test.py 101 B

123456
  1. class some_test_class:
  2. def get_string(self):
  3. return "test"
  4. test_obj = some_test_class()