Mercurial > hg > orthanc-python
comparison CodeAnalysis/ClassMethods.mustache @ 186:55473de7694f java-code-model
added warning about auto-generated files
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 02 Jul 2024 16:10:35 +0200 |
parents | f79f5450ad7f |
children | 3678a028f1f6 |
comparison
equal
deleted
inserted
replaced
185:7e8085f80df5 | 186:55473de7694f |
---|---|
1 /** | |
2 * Python plugin for Orthanc | |
3 * Copyright (C) 2020-2023 Osimis S.A., Belgium | |
4 * Copyright (C) 2024-2024 Orthanc Team SRL, Belgium | |
5 * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium | |
6 * | |
7 * This program is free software: you can redistribute it and/or | |
8 * modify it under the terms of the GNU Affero General Public License | |
9 * as published by the Free Software Foundation, either version 3 of | |
10 * the License, or (at your option) any later version. | |
11 * | |
12 * This program is distributed in the hope that it will be useful, but | |
13 * WITHOUT ANY WARRANTY; without even the implied warranty of | |
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
15 * Affero General Public License for more details. | |
16 * | |
17 * You should have received a copy of the GNU Affero General Public License | |
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. | |
19 **/ | |
20 | |
21 | |
22 // WARNING: Auto-generated file. Do not modify it by hand. | |
23 | |
24 | |
1 // Actual implementation of the methods | 25 // Actual implementation of the methods |
2 {{#methods}} | 26 {{#methods}} |
3 static PyObject *sdk_{{class_name}}_{{c_function}}( | 27 static PyObject *sdk_{{class_name}}_{{c_function}}( |
4 sdk_{{class_name}}_Object* self, PyObject *args) | 28 sdk_{{class_name}}_Object* self, PyObject *args) |
5 { | 29 { |