Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ 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
asyncfn
Method · 0.45
coro
Method · 0.45
asyncfn
Method · 0.45
walk
Function · 0.45
test_taskgroup_task_name
Method · 0.45
asyncfn
Method · 0.45
test_create_named_task_with_default_factory
Method · 0.45
test_create_named_task_with_custom_factory
Method · 0.45
Calls
no outgoing calls
Tested by
14
find_block
Function · 0.36
test_name
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
test_create_named_task_with_default_factory
Method · 0.36
test_create_named_task_with_custom_factory
Method · 0.36
test_task_set_name_pylong
Method · 0.36
test_task_repr_name_not_str
Method · 0.36