Caches successful executions of the one-argument (PyObject*) callable "ternary_predicate" based on the type of "o". -1 from the callable indicates an unsuccessful check (not cached), 0 indicates that "o"'s type does not match the predicate, and 1 indicates that it does. Used to avoid calling back into Python for expensive isinstance checks.
source not stored for this graph (policy: none)
no test coverage detected