HomeSort by relevance Sort by last modified time
    Searched defs:keepends (Results 1 - 12 of 12) sorted by null

  /external/python/cpython3/Objects/clinic/
bytesobject.c.h 441 "splitlines($self, /, keepends=False)\n"
446 "Line breaks are not included in the resulting list unless keepends is given and\n"
453 bytes_splitlines_impl(PyBytesObject *self, int keepends);
459 static const char * const _keywords[] = {"keepends", NULL};
461 int keepends = 0; local
464 &keepends)) {
467 return_value = bytes_splitlines_impl(self, keepends);
bytearrayobject.c.h 590 "splitlines($self, /, keepends=False)\n"
595 "Line breaks are not included in the resulting list unless keepends is given and\n"
602 bytearray_splitlines_impl(PyByteArrayObject *self, int keepends);
608 static const char * const _keywords[] = {"keepends", NULL};
610 int keepends = 0; local
613 &keepends)) {
616 return_value = bytearray_splitlines_impl(self, keepends);
unicodeobject.c.h 758 "splitlines($self, /, keepends=False)\n"
763 "Line breaks are not included in the resulting list unless keepends is given and\n"
770 unicode_splitlines_impl(PyObject *self, int keepends);
776 static const char * const _keywords[] = {"keepends", NULL};
778 int keepends = 0; local
781 &keepends)) {
784 return_value = unicode_splitlines_impl(self, keepends);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c 2665 int keepends = 0; local
    [all...]
stringobject.c 3563 int keepends = 0; local
    [all...]
unicodeobject.c 7633 int keepends = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 2657 int keepends = 0; local
    [all...]
stringobject.c 3542 int keepends = 0; local
    [all...]
unicodeobject.c 7525 int keepends = 0; local
    [all...]
  /external/python/cpython2/Objects/
bytearrayobject.c 2690 int keepends = 0; local
    [all...]
stringobject.c 3560 int keepends = 0; local
    [all...]
unicodeobject.c 7641 int keepends = 0; local
    [all...]

Completed in 566 milliseconds