File: main_module_ext.i.in

package info (click to toggle)
insighttoolkit5 5.2.1-5%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 550,276 kB
  • sloc: cpp: 757,652; ansic: 586,696; xml: 43,107; fortran: 34,788; python: 20,439; sh: 4,167; lisp: 2,158; tcl: 993; java: 362; yacc: 338; asm: 208; perl: 200; makefile: 197; csh: 195; lex: 184; javascript: 98; pascal: 71; ruby: 10
file content (16 lines) | stat: -rw-r--r-- 230 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
%{
@ITK_WRAP_PYTHON_LIBRARY_DECLS@

@ITK_WRAP_PYTHON_GLOBAL_TIMESTAMP_DECLS@
%}

%pythoncode %{
swig = {}
@ITK_WRAP_PYTHON_LIBRARY_IMPORTS@
%}

%init %{
@ITK_WRAP_PYTHON_LIBRARY_CALLS@

@ITK_WRAP_PYTHON_GLOBAL_TIMESTAMP_CALLS@
%}