pulumi/pkg/codegen/python
Justin Van Patten dcf4359c57
[codegen/python] Support <Resource>Args classes (#6525)
Add support for creating instances of resources in Python using a
`<Resource>Args` class. This capability aligns with how args are passed
to resources in all the other language SDKs and the separate object bag
allows the properties to be manipulated/validated/passed-around before
creating the resource.
2021-04-02 10:09:17 -07:00
..
doc.go [codegen/*] - Fix enum names that start with an underscore. (#5950) 2020-12-16 09:22:44 -08:00
gen.go [codegen/python] Support <Resource>Args classes (#6525) 2021-04-02 10:09:17 -07:00
gen_intrinsics.go Clean up the language-specific schema APIs. (#4454) 2020-04-20 16:36:05 -07:00
gen_program.go Remove UsesIOClasses check. (#5827) 2020-11-24 19:15:37 -06:00
gen_program_expressions.go Use input/output classes in program gen (#5086) 2020-08-06 15:09:23 -07:00
gen_program_lower.go [codegen/hcl2] Add a conversion insertion pass. (#4594) 2020-05-11 11:17:36 -07:00
gen_program_quotes.go [codegen/hcl2] Add a conversion insertion pass. (#4594) 2020-05-11 11:17:36 -07:00
gen_program_quotes_test.go Use input/output classes in program gen (#5086) 2020-08-06 15:09:23 -07:00
gen_program_test.go Turn program gen NYIs into diagnostic errors (#4794) 2020-06-10 10:21:53 -07:00
gen_test.go Add schema & codegen support for plain properties (#6481) 2021-03-10 07:08:08 -08:00
importer.go Implement GetRequiredPlugins for Python (#5787) 2020-12-03 19:22:16 -08:00
python.go [codegen/python] Remove panic from PyName (#5341) 2020-09-14 08:42:01 -07:00
python_test.go [codegen/python] Fix unintended name changes from PyName and some whitespace cleanup (#5202) 2020-08-20 20:51:32 -07:00
utilities.go [codegen/*] - Fix enum names that start with an underscore. (#5950) 2020-12-16 09:22:44 -08:00
utilities_test.go [codegen/*] - Fix enum names that start with an underscore. (#5950) 2020-12-16 09:22:44 -08:00