(self, uowcommit, state)
| 633 | ) |
| 634 | |
| 635 | def _pks_changed(self, uowcommit, state): |
| 636 | return sync.source_modified( |
| 637 | uowcommit, state, self.parent, self.prop.synchronize_pairs |
| 638 | ) |
| 639 | |
| 640 | |
| 641 | class ManyToOneDP(DependencyProcessor): |
no outgoing calls
no test coverage detected