mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Issue #24669: Fix inspect.getsource() for 'async def' functions.
Patch by Kai Groner.
This commit is contained in:
parent
036a71bf25
commit
e4e811d65b
4 changed files with 9 additions and 1 deletions
|
@ -66,3 +66,6 @@ class FesteringGob(MalodorousPervert, ParrotDroppings):
|
|||
pass
|
||||
def contradiction(self):
|
||||
pass
|
||||
|
||||
async def lobbest(grenade):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue