Home
last modified time | relevance | path

Searched refs:check_null_or_callable (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
Dposixmodule.c5340 check_null_or_callable(PyObject *obj, const char* obj_name) in check_null_or_callable() function
5379 if (check_null_or_callable(before, "before") || in os_register_at_fork_impl()
5380 check_null_or_callable(after_in_child, "after_in_child") || in os_register_at_fork_impl()
5381 check_null_or_callable(after_in_parent, "after_in_parent")) { in os_register_at_fork_impl()