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

Method partition

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

Source from the content-addressed store, hash-verified

1591 maketrans = str.maketrans
1592
1593 def partition(self, sep):
1594 return self.data.partition(sep)
1595
1596 def replace(self, old, new, maxsplit=-1):
1597 if isinstance(old, UserString):

Callers 15

mainFunction · 0.45
parse_platformsMethod · 0.45
runMethod · 0.45
wasi_sdkFunction · 0.45
create_archiveFunction · 0.45
_append_modifierFunction · 0.45
openMethod · 0.45
_dnsname_matchFunction · 0.45
_mainFunction · 0.45
showsymbolMethod · 0.45
get_html_pageFunction · 0.45
venvFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected