Mercurial > hg > orthanc-python
comparison Sources/Autogenerated/sdk_OrthancPluginDicomWebNode.impl.h @ 131:c55b0583084b
integration fix-leak->mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 30 Aug 2023 11:52:45 +0200 |
parents | 65ec5597ec70 5643e97d9367 |
children | 71d305c29cfa |
comparison
equal
deleted
inserted
replaced
130:a3f77cf16396 | 131:c55b0583084b |
---|---|
68 }; | 68 }; |
69 | 69 |
70 | 70 |
71 | 71 |
72 | 72 |
73 // Actual implementation of the methods | |
74 | |
75 | |
76 static void RegisterOrthancPluginDicomWebNodeClass(PyObject* module) | 73 static void RegisterOrthancPluginDicomWebNodeClass(PyObject* module) |
77 { | 74 { |
78 sdk_OrthancPluginDicomWebNode_Type.tp_new = PyType_GenericNew; | 75 sdk_OrthancPluginDicomWebNode_Type.tp_new = PyType_GenericNew; |
79 sdk_OrthancPluginDicomWebNode_Type.tp_flags = Py_TPFLAGS_DEFAULT; | 76 sdk_OrthancPluginDicomWebNode_Type.tp_flags = Py_TPFLAGS_DEFAULT; |
80 sdk_OrthancPluginDicomWebNode_Type.tp_doc = "Generated from Orthanc C class: OrthancPluginDicomWebNode"; | 77 sdk_OrthancPluginDicomWebNode_Type.tp_doc = "Generated from Orthanc C class: OrthancPluginDicomWebNode"; |