From 1ff8a629636e5adabf29564da8c85f0f23a81db5 Mon Sep 17 00:00:00 2001 From: Hendrik Muhs Date: Mon, 17 Jun 2024 11:58:12 +0200 Subject: [PATCH] fix broken name --- python/src/addons/SecondaryKeyCompletionDictionaryCompiler.pyx | 2 +- ...mpiler.pyx => SecondaryKeyFloatVectorDictionaryCompiler.pyx} | 2 +- python/src/addons/SecondaryKeyIntDictionaryCompiler.pyx | 2 +- python/src/addons/SecondaryKeyJsonDictionaryCompiler.pyx | 2 +- python/src/addons/SecondaryKeyKeyOnlyDictionaryCompiler.pyx | 2 +- python/src/addons/SecondaryKeyStringDictionaryCompiler.pyx | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) rename python/src/addons/{SecondaryKeyFloatDictionaryCompiler.pyx => SecondaryKeyFloatVectorDictionaryCompiler.pyx} (92%) diff --git a/python/src/addons/SecondaryKeyCompletionDictionaryCompiler.pyx b/python/src/addons/SecondaryKeyCompletionDictionaryCompiler.pyx index 78a506293..4325ac93a 100644 --- a/python/src/addons/SecondaryKeyCompletionDictionaryCompiler.pyx +++ b/python/src/addons/SecondaryKeyCompletionDictionaryCompiler.pyx @@ -8,7 +8,7 @@ self.Compile() - def Compile(self, *args): + def compile(self, *args): if not args: with nogil: self.inst.get().Compile() diff --git a/python/src/addons/SecondaryKeyFloatDictionaryCompiler.pyx b/python/src/addons/SecondaryKeyFloatVectorDictionaryCompiler.pyx similarity index 92% rename from python/src/addons/SecondaryKeyFloatDictionaryCompiler.pyx rename to python/src/addons/SecondaryKeyFloatVectorDictionaryCompiler.pyx index 78a506293..4325ac93a 100644 --- a/python/src/addons/SecondaryKeyFloatDictionaryCompiler.pyx +++ b/python/src/addons/SecondaryKeyFloatVectorDictionaryCompiler.pyx @@ -8,7 +8,7 @@ self.Compile() - def Compile(self, *args): + def compile(self, *args): if not args: with nogil: self.inst.get().Compile() diff --git a/python/src/addons/SecondaryKeyIntDictionaryCompiler.pyx b/python/src/addons/SecondaryKeyIntDictionaryCompiler.pyx index 78a506293..4325ac93a 100644 --- a/python/src/addons/SecondaryKeyIntDictionaryCompiler.pyx +++ b/python/src/addons/SecondaryKeyIntDictionaryCompiler.pyx @@ -8,7 +8,7 @@ self.Compile() - def Compile(self, *args): + def compile(self, *args): if not args: with nogil: self.inst.get().Compile() diff --git a/python/src/addons/SecondaryKeyJsonDictionaryCompiler.pyx b/python/src/addons/SecondaryKeyJsonDictionaryCompiler.pyx index 78a506293..4325ac93a 100644 --- a/python/src/addons/SecondaryKeyJsonDictionaryCompiler.pyx +++ b/python/src/addons/SecondaryKeyJsonDictionaryCompiler.pyx @@ -8,7 +8,7 @@ self.Compile() - def Compile(self, *args): + def compile(self, *args): if not args: with nogil: self.inst.get().Compile() diff --git a/python/src/addons/SecondaryKeyKeyOnlyDictionaryCompiler.pyx b/python/src/addons/SecondaryKeyKeyOnlyDictionaryCompiler.pyx index 78a506293..4325ac93a 100644 --- a/python/src/addons/SecondaryKeyKeyOnlyDictionaryCompiler.pyx +++ b/python/src/addons/SecondaryKeyKeyOnlyDictionaryCompiler.pyx @@ -8,7 +8,7 @@ self.Compile() - def Compile(self, *args): + def compile(self, *args): if not args: with nogil: self.inst.get().Compile() diff --git a/python/src/addons/SecondaryKeyStringDictionaryCompiler.pyx b/python/src/addons/SecondaryKeyStringDictionaryCompiler.pyx index 78a506293..4325ac93a 100644 --- a/python/src/addons/SecondaryKeyStringDictionaryCompiler.pyx +++ b/python/src/addons/SecondaryKeyStringDictionaryCompiler.pyx @@ -8,7 +8,7 @@ self.Compile() - def Compile(self, *args): + def compile(self, *args): if not args: with nogil: self.inst.get().Compile()