(self)
| 759 | ) |
| 760 | |
| 761 | def to_proto(self) -> Any: |
| 762 | sqlite_table_proto = SqliteTableProto() |
| 763 | sqlite_table_proto.path = self.path |
| 764 | sqlite_table_proto.name = self.name |
| 765 | return sqlite_table_proto |
| 766 | |
| 767 | @staticmethod |
| 768 | def from_infra_object_proto(infra_object_proto: InfraObjectProto) -> Any: |
no outgoing calls