Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ get_name
Method
get_name
Lib/asyncio/tasks.py:137–138 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
135
return
self._context
136
137
def
get_name(self):
138
return
self._name
139
140
def
set_name(self, value):
141
self._name = str(value)
Callers
15
_task_repr_info
Function · 0.45
render_level
Function · 0.45
find_block
Function · 0.45
test_name
Method · 0.45
test_lambda
Method · 0.45
test_nested_lambda
Method · 0.45
test_genexpr
Method · 0.45
test_nested_genexpr
Method · 0.45
asyncfn
Method · 0.45
coro
Method · 0.45
asyncfn
Method · 0.45
walk
Function · 0.45
Calls
no outgoing calls
Tested by
15
find_block
Function · 0.36
test_name
Method · 0.36
test_lambda
Method · 0.36
test_nested_lambda
Method · 0.36
test_genexpr
Method · 0.36
test_nested_genexpr
Method · 0.36
asyncfn
Method · 0.36
coro
Method · 0.36
asyncfn
Method · 0.36
walk
Function · 0.36
test_taskgroup_task_name
Method · 0.36
asyncfn
Method · 0.36