(self)
| 363 | return person, organization, employee |
| 364 | |
| 365 | def test_delta_db_field(self): |
| 366 | self.delta_db_field(Document) |
| 367 | self.delta_db_field(DynamicDocument) |
| 368 | |
| 369 | def delta_db_field(self, DocClass): |
| 370 | class Doc(DocClass): |
nothing calls this directly
no test coverage detected