dwww Home | Show directory contents | Find package

%module xxx

%pythoncode %{
    def one():
        print "in one"
%}

%pythoncode %{
        print "still in one"

    def two():
        print "in two"
%}

Generated by dwww version 1.15 on Tue Jul 2 00:44:59 CEST 2024.