コード例 #1
0
 def migrate_json(self, json: semtk.SemTKJSON) -> None:
     log_apply_change(self.text_description())
     json.accept(MigrationVisitor(self))
コード例 #2
0
 def migrate_json(self, json: semtk.SemTKJSON) -> None:
     log_apply_change(self.text_description())