view tests/test_parse_files/test_classdef.py @ 50:5edbc24b625f

Add ast.Continue.
author Bastien Orivel <eijebong@bananium.fr>
date Wed, 08 Jun 2016 17:21:57 +0200
parents e244c492ff07
children 8ce78e2ba48c
line wrap: on
line source

class a():
    def b():
        print("a")