view tests/test_parse_files/test_classdef.py @ 62:d255a932553f

Fix a few warnings.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Mon, 13 Jun 2016 00:42:58 +0100
parents e244c492ff07
children 8ce78e2ba48c
line wrap: on
line source

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