def variableLookup(self, name, ns_uri): """Search in the Variable array of the context for the given variable value.""" ret = libxsltmod.xsltVariableLookup(self._o, name, ns_uri) if ret == None: return None return libxml2.xpathObjectRet(ret)