Welcome to mirror list, hosted at ThFree Co, Russian Federation.

python-indented-async-def « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f5d03258af4d20b124090987619da992662f7a68 (plain)
1
2
3
4
5
6
7
class Foo:
    async def RIGHT(self, x: int):
        return [
            1,
            2,
            ChangeMe,
        ]