| 38 | # entity, so the result will be converted to a scalar by default. This way writing |
| 39 | # for loops on the results will feel natural. |
| 40 | class SelectOfScalar(SelectBase[_T]): |
| 41 | inherit_cache = True |
no outgoing calls
no test coverage detected
searching dependent graphs…