Home
last modified time | relevance | path

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

/third_party/python/Objects/stringlib/
Dsplit.h336 STRINGLIB(splitlines)(PyObject* str_obj, in STRINGLIB() argument
/third_party/node/tools/inspector_protocol/markupsafe/
D__init__.py119 def splitlines(self, *args, **kwargs): member in Markup
/third_party/skia/third_party/externals/markupsafe/
D__init__.py119 def splitlines(self, *args, **kwargs): member in Markup
/third_party/node/deps/v8/third_party/markupsafe/
D__init__.py119 def splitlines(self, *args, **kwargs): member in Markup
/third_party/markupsafe/
D__init__.py136 def splitlines( # type: ignore[override] member in Markup
/third_party/python/Lib/test/test_warnings/
D__init__.py826 def splitlines(self): member in _WarningsTests.test_issue31285.get_bad_loader.BadLoader.get_source.BadSource
/third_party/python/Lib/collections/
D__init__.py1552 def splitlines(self, keepends=False): member in UserString