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

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