| 1 | """What the runtime this suite is running on can actually do. |
| 2 | |
| 3 | Probed rather than inferred from a platform or interpreter name: a name answers who is running, and every question |
| 4 | here is about what the runtime can do. The coverage pragmas and the tests' skipif gates both read these, so a test |
nothing calls this directly
no test coverage detected