(self, uowcommit, state)
| 1294 | return True |
| 1295 | |
| 1296 | def _pks_changed(self, uowcommit, state): |
| 1297 | return sync._source_modified( |
| 1298 | uowcommit, state, self.parent, self.prop.synchronize_pairs |
| 1299 | ) |
| 1300 | |
| 1301 | |
| 1302 | _direction_to_processor = { |
no outgoing calls
no test coverage detected