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

Method rpartition

Lib/collections/__init__.py:1616–1617  ·  view source on GitHub ↗
(self, sep)

Source from the content-addressed store, hash-verified

1614 return self.__class__(self.data.rjust(width, *args))
1615
1616 def rpartition(self, sep):
1617 return self.data.rpartition(sep)
1618
1619 def rstrip(self, chars=None):
1620 return self.__class__(self.data.rstrip(chars))

Callers 15

iter_importersFunction · 0.45
extend_pathFunction · 0.45
parentnameFunction · 0.45
parentlinkMethod · 0.45
mainFunction · 0.45
__init__Method · 0.45
_get_module_detailsFunction · 0.45
run_pathFunction · 0.45
_getcategoryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected