6.2.4.2.27. NotGiven

Comienzo C section to interscript/core/mxTools.c[29 /30 ] Siguiente Previo Primero Ăšltimo
  1835: #line 2137 "mxTools.pak"
  1836: /* --- NotGiven Singleton -------------------------------------------------- */
  1837: 
  1838: static
  1839: PyObject *mxNotGiven_Repr(PyObject *v)
  1840: {
  1841:     return PyString_FromString("NotGiven");
  1842: }
  1843: 
  1844: static
  1845: int mxNotGiven_NonZero(PyObject *v)
  1846: {
  1847:     return 0;
  1848: }
  1849: 
  1850: typedef PyObject mxNotGivenObject;
  1851: 
End C section to interscript/core/mxTools.c[29]