Searched defs:splitlines (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Lib/test/ | ||
D | test_android.py | 211 def splitlines(self, *args, **kwargs): member in TestAndroidOutput.test_str.CustomStr |
/external/python/cpython3/Objects/stringlib/ | ||
D | split.h | 336 STRINGLIB(splitlines)(PyObject* str_obj, in STRINGLIB() argument |
/external/libchrome/third_party/markupsafe/ | ||
D | __init__.py | 119 def splitlines(self, *args, **kwargs): member in Markup |
/external/python/markupsafe/src/markupsafe/ | ||
D | __init__.py | 100 def splitlines(self, *args, **kwargs): member in Markup |
/external/python/cpython3/Lib/test/test_capi/ | ||
D | test_unicode.py | 1135 from _testlimitedcapi import unicode_splitlines as splitlines unknown |
/external/python/cpython3/Lib/test/test_warnings/ | ||
D | __init__.py | 983 def splitlines(self): member in _WarningsTests.test_issue31285.get_module_globals.BadSource |
/external/python/cpython3/Lib/collections/ | ||
D | __init__.py | 1574 def splitlines(self, keepends=False): member in UserString |