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

Method join

Lib/collections/__init__.py:1579–1580  ·  view source on GitHub ↗
(self, seq)

Source from the content-addressed store, hash-verified

1577 return self.data.isupper()
1578
1579 def join(self, seq):
1580 return self.data.join(seq)
1581
1582 def ljust(self, width, *args):
1583 return self.__class__(self.data.ljust(width, *args))

Callers 15

namedtupleFunction · 0.45
__repr__Method · 0.45
_python_exitFunction · 0.45
shutdownMethod · 0.45
_python_exitFunction · 0.45
__init__Method · 0.45
runMethod · 0.45
_terminate_brokenMethod · 0.45
shutdownMethod · 0.45
readallMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected