Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
namedtuple
Function · 0.45
__repr__
Method · 0.45
_python_exit
Function · 0.45
shutdown
Method · 0.45
_python_exit
Function · 0.45
__init__
Method · 0.45
_on_queue_feeder_error
Method · 0.45
run
Method · 0.45
_terminate_broken
Method · 0.45
_join_executor_internals
Method · 0.45
shutdown
Method · 0.45
readall
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected