pulumi/sdk/python/lib/test/langhost/invoke
Sean Gillespie 8b52e480ed
Implement first-class providers for invokes (#2339)
Invoke in Node.js allows users to optionally pass a parent or a provider
to the invoke, which dictates either explicitly or implicitly which
provider to use when performing an invoke. If a provider is specified
explicitly, that provider is used to perform the invoke. If a parent is
specified, that parent's provider is used to perform the invoke.
2019-01-07 12:53:08 -08:00
..
__init__.py Implement Invoke for Python 3 (#2175) 2018-11-09 14:27:10 -08:00
__main__.py Implement Invoke for Python 3 (#2175) 2018-11-09 14:27:10 -08:00
test_invoke.py Implement first-class providers for invokes (#2339) 2019-01-07 12:53:08 -08:00