X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fstdapi.py;fp=specs%2Fstdapi.py;h=745ea259586c88641ca2c93f468608c3c0c0f16b;hb=1b6c87507810fe2d72c81fc109110c1ca25ce94f;hp=60e287dadc1cfa816f1c49504be43769f4a95980;hpb=7e351daaeb23a1fbc31b8af1a08d969676bfd704;p=apitrace diff --git a/specs/stdapi.py b/specs/stdapi.py index 60e287d..745ea25 100644 --- a/specs/stdapi.py +++ b/specs/stdapi.py @@ -837,7 +837,7 @@ class API: self.addFunctions(api.functions) self.addInterfaces(api.interfaces) - def get_function_by_name(self, name): + def getFunctionByName(self, name): for function in self.functions: if function.name == name: return function