(self)
| 222 | self.identity_token = load_options._identity_token |
| 223 | |
| 224 | def _get_top_level_context(self) -> QueryContext: |
| 225 | return self.top_level_context or self |
| 226 | |
| 227 | |
| 228 | _orm_load_exec_options = util.immutabledict( |
no outgoing calls
no test coverage detected