Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
D_warnings.c351 goto return_none; in warn_explicit()
372 goto return_none; in warn_explicit()
402 goto return_none; in warn_explicit()
433 return_none: in warn_explicit()
/external/python/cpython3/Python/
D_warnings.c539 goto return_none; in warn_explicit()
553 goto return_none; in warn_explicit()
589 goto return_none; in warn_explicit()
598 return_none: in warn_explicit()
/external/python/cpython2/Modules/
D_testcapimodule.c942 return_none(void *unused) in return_none() function
965 res = Py_BuildValue(fmt, return_none, NULL, arg); in test_buildvalue_N_error()
/external/python/cpython3/Modules/
D_testcapimodule.c892 return_none(void *unused) in return_none() function
915 res = Py_BuildValue(fmt, return_none, NULL, arg); in test_buildvalue_N_error()