HomeSort by relevance Sort by last modified time
    Searched refs:PyMessageBox (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/PC/bdist_wininst/
install.c 595 static PyObject *PyMessageBox(PyObject *self, PyObject *args)
621 {"message_box", PyMessageBox, METH_VARARGS, NULL},
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c 623 static PyObject *PyMessageBox(PyObject *self, PyObject *args)
649 {"message_box", PyMessageBox, METH_VARARGS, NULL},
    [all...]

Completed in 1162 milliseconds