MCPcopy Index your code
hub / github.com/RustPython/RustPython / partition

Method partition

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

Source from the content-addressed store, hash-verified

1551 maketrans = str.maketrans
1552
1553 def partition(self, sep):
1554 return self.data.partition(sep)
1555
1556 def replace(self, old, new, maxsplit=-1):
1557 if isinstance(old, UserString):

Callers 15

create_archiveFunction · 0.45
_append_modifierFunction · 0.45
_dnsname_matchFunction · 0.45
_mainFunction · 0.45
showsymbolMethod · 0.45
get_html_pageFunction · 0.45
venvFunction · 0.45
lineMethod · 0.45
_split_scope_idMethod · 0.45
_isreservednameFunction · 0.45
_proc_paxMethod · 0.45
mlsdMethod · 0.45

Calls

no outgoing calls

Tested by 14

checkMethod · 0.36
test_partitionMethod · 0.36
run_pythonMethod · 0.36
_make_mapMethod · 0.36
run_pyMethod · 0.36
test_versionMethod · 0.36
test_mode_win32Method · 0.36
test_cyclical_reprMethod · 0.36
get_html_titleFunction · 0.36