MCPcopy Index your code
hub / github.com/python/cpython / splitlines

Method splitlines

Lib/test/test_warnings/__init__.py:1137–1138  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1135 def get_module_globals(*, splitlines_ret_val):
1136 class BadSource(str):
1137 def splitlines(self):
1138 return splitlines_ret_val
1139
1140 class BadLoader:
1141 def get_source(self, fullname):

Callers

nothing calls this directly

Calls

no outgoing calls