The keys to store necessary info of an applied transform.
()
| 112 | |
| 113 | @staticmethod |
| 114 | def transform_info_keys(): |
| 115 | """The keys to store necessary info of an applied transform.""" |
| 116 | return (TraceKeys.CLASS_NAME, TraceKeys.ID, TraceKeys.TRACING, TraceKeys.DO_TRANSFORM) |
| 117 | |
| 118 | def get_transform_info(self) -> dict: |
| 119 | """ |
no outgoing calls