MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / rsplit

Function rsplit

Lib/string.py:296–305  ·  view source on GitHub ↗

rsplit(s [,sep [,maxsplit]]) -> list of strings Return a list of the words in the string s, using sep as the delimiter string, starting at the end of the string and working to the front. If maxsplit is given, at most maxsplit splits are done. If sep is not specified or is None, any

(s, sep=None, maxsplit=-1)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

rsplitMethod · 0.80

Tested by

no test coverage detected