Searched defs:splitlines (Results 1 – 6 of 6) sorted by relevance
| /third_party/python/Objects/stringlib/ | ||
| D | split.h | 336 STRINGLIB(splitlines)(PyObject* str_obj, in STRINGLIB() argument |
| /third_party/node/tools/inspector_protocol/markupsafe/ | ||
| D | __init__.py | 119 def splitlines(self, *args, **kwargs): member in Markup |
| /third_party/skia/third_party/externals/markupsafe/ | ||
| D | __init__.py | 119 def splitlines(self, *args, **kwargs): member in Markup |
| /third_party/markupsafe/ | ||
| D | __init__.py | 139 def splitlines(self, keepends: bool = False) -> t.List["Markup"]: # type: ignore member in Markup |
| /third_party/python/Lib/test/test_warnings/ | ||
| D | __init__.py | 800 def splitlines(self): member in _WarningsTests.test_issue31285.get_bad_loader.BadLoader.get_source.BadSource |
| /third_party/python/Lib/collections/ | ||
| D | __init__.py | 1530 def splitlines(self, keepends=False): member in UserString |