MCPcopy Create free account
hub / github.com/Kitware/ParaView / validate

Method validate

Web/Python/paraview/web/protocols.py:3133–3137  ·  view source on GitHub ↗
(self, functionName)

Source from the content-addressed store, hash-verified

3131 # it is one of the allowed proxies that has been set up on the server side.
3132 # --------------------------------------------------------------------------
3133 def validate(self, functionName):
3134 if functionName not in self.allowedProxies:
3135 return None
3136 else:
3137 return functionName.strip()
3138
3139 @exportRpc("pv.proxy.manager.create")
3140 def create(

Callers 1

createMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected