Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Util/Clooper/ttest.i
blob: 0c88add24b81da25990999576640c8a4370ff61e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

%module ttest

%{
#define SWIG_FILE_WITH_INIT
#include "ttest.h"
%}

%pythoncode
%{
def somefn(seed, mat):

%}

%include "ttest.h"