Changeset 388 for python/vendor/current/Include/complexobject.h
- Timestamp:
- Mar 19, 2014, 11:11:30 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/vendor/current/Include/complexobject.h
r2 r388 55 55 PyAPI_FUNC(Py_complex) PyComplex_AsCComplex(PyObject *op); 56 56 57 /* Format the object based on the format_spec, as defined in PEP 3101 58 (Advanced String Formatting). */ 59 PyAPI_FUNC(PyObject *) _PyComplex_FormatAdvanced(PyObject *obj, 60 char *format_spec, 61 Py_ssize_t format_spec_len); 62 57 63 #ifdef __cplusplus 58 64 }
Note:
See TracChangeset
for help on using the changeset viewer.