(self, version: tuple)
| 20 | # Python 1.4- Changes # |
| 21 | ####################### |
| 22 | def customize_for_version14(self, version: tuple): |
| 23 | self.TABLE_DIRECT.update( |
| 24 | { |
| 25 | "print_expr_stmt": (("%|print %c\n", 0)), |
| 26 | } |
| 27 | ) |
no outgoing calls
no test coverage detected