luismsmendonca
luismsmendonca
Hi @Suor , yes I use it a bunch for initialization too. The pattern I'm describing is something along the lines of: ``` foo_api = Proxy() foo_api_1 = FooApi() foo_api.initialize(foo_api_1)...
Hi @Suor, Thank you very much for your replies. In the examples you gave the proxy object can only be initialized once and not multiple times like in the example...
Hi @Suor, Never realized how easy it to do this with this rewiring snippet you gave. Thanks :)