()
| 715 | ) |
| 716 | |
| 717 | def two(): |
| 718 | wp = with_polymorphic(Person, [Manager, Engineer]) |
| 719 | |
| 720 | return fixture_session().query(wp) |
| 721 | |
| 722 | def three(): |
| 723 | wp = with_polymorphic(Person, [Manager, Engineer]) |
nothing calls this directly
no test coverage detected