( r, p)
| 24086 | ) |
| 24087 | |
| 24088 | def util_include_point_in_rect( r, p): |
| 24089 | return JM_py_from_rect( |
| 24090 | mupdf.fz_include_point_in_rect( |
| 24091 | JM_rect_from_py(r), |
| 24092 | JM_point_from_py(p), |
| 24093 | ) |
| 24094 | ) |
| 24095 | |
| 24096 | |
| 24097 | def util_point_in_quad( P, Q): |
no test coverage detected
searching dependent graphs…