Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
@staticmethod def staticGetIface(details, namespace=None): return PyRQIface(namespace=namespace, quiet=True, PyRqDetails=details, keepAlive=True, )
details = kwargs["_details_"] namespace = kwargs.get("namespace", None) iface = RRQTab.staticGetIface(details, namespace=namespace) action = kwargs["action"] method = getattr(iface, action)