Changed .is_true to .is_truthy on PyAny and Py<PyAny> to clarify that the test is not based on identity with or equality to the True singleton.
.is_true
.is_truthy
PyAny
Py<PyAny>