MCPcopy 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_infoFunction · 0.45
render_levelFunction · 0.45
find_blockFunction · 0.45
test_nameMethod · 0.45
test_lambdaMethod · 0.45
test_nested_lambdaMethod · 0.45
test_genexprMethod · 0.45
test_nested_genexprMethod · 0.45
asyncfnMethod · 0.45
coroMethod · 0.45
asyncfnMethod · 0.45
walkFunction · 0.45

Calls

no outgoing calls

Tested by 15

find_blockFunction · 0.36
test_nameMethod · 0.36
test_lambdaMethod · 0.36
test_nested_lambdaMethod · 0.36
test_genexprMethod · 0.36
test_nested_genexprMethod · 0.36
asyncfnMethod · 0.36
coroMethod · 0.36
asyncfnMethod · 0.36
walkFunction · 0.36
asyncfnMethod · 0.36