We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80608f commit 2ab80edCopy full SHA for 2ab80ed
addons/source-python/packages/source-python/memory/manager.py
100644
100755
@@ -204,6 +204,7 @@ class MyCustomCallingConvention(CallingConvention):
204
MyCustomCallingConvention)
205
"""
206
self.register_convention(cls.__name__, cls)
207
+ return cls
208
209
def register_convention(self, name, convention):
210
"""Register a custom calling convention.
0 commit comments