Home
last modified time | relevance | path

Searched defs:splitlines (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_android.py211 def splitlines(self, *args, **kwargs): member in TestAndroidOutput.test_str.CustomStr
/external/python/cpython3/Objects/stringlib/
Dsplit.h336 STRINGLIB(splitlines)(PyObject* str_obj, in STRINGLIB() argument
/external/libchrome/third_party/markupsafe/
D__init__.py119 def splitlines(self, *args, **kwargs): member in Markup
/external/python/markupsafe/src/markupsafe/
D__init__.py100 def splitlines(self, *args, **kwargs): member in Markup
/external/python/cpython3/Lib/test/test_capi/
Dtest_unicode.py1135 from _testlimitedcapi import unicode_splitlines as splitlines unknown
/external/python/cpython3/Lib/test/test_warnings/
D__init__.py983 def splitlines(self): member in _WarningsTests.test_issue31285.get_module_globals.BadSource
/external/python/cpython3/Lib/collections/
D__init__.py1574 def splitlines(self, keepends=False): member in UserString