(self, uowcommit, state)
| 637 | ) |
| 638 | |
| 639 | def _pks_changed(self, uowcommit, state): |
| 640 | return sync._source_modified( |
| 641 | uowcommit, state, self.parent, self.prop.synchronize_pairs |
| 642 | ) |
| 643 | |
| 644 | |
| 645 | class _ManyToOneDP(_DependencyProcessor): |
no outgoing calls
no test coverage detected