Lines Matching defs:before
2587 "register_at_fork($module, /, *, before=<unrepresentable>,\n"
2594 " before\n"
2595 " A callable to be called in the parent before the fork() syscall.\n"
2601 "\'before\' callbacks are called in reverse order.\n"
2608 os_register_at_fork_impl(PyObject *module, PyObject *before,
2615 static const char * const _keywords[] = {"before", "after_in_child", "after_in_parent", NULL};
2619 PyObject *before = NULL;
2631 before = args[0];
2644 return_value = os_register_at_fork_impl(module, before, after_in_child, after_in_parent);
5646 "buffer is written before proceeding to second, and so on. The operating system may\n"