pulumi/pkg/codegen/python
Justin Van Patten 92c0d1dc30
Docgen changes for Python input/output types (#5137)
Resource doc changes for Python:

- Types are included in constructor/function args
- The property names for input/output types are now always snake_case, regardless of the generated mapping tables, to match the new input/output classes
- Some other minor tweaks to function/constructor signatures (e.g. removed the `__props__` arg, as it's not meant to be used directly; use `@staticmethod` for static `get` methods).
2020-08-19 08:34:06 -07:00
..
doc.go Docgen changes for Python input/output types (#5137) 2020-08-19 08:34:06 -07:00
gen.go Docgen changes for Python input/output types (#5137) 2020-08-19 08:34:06 -07:00
gen_intrinsics.go Clean up the language-specific schema APIs. (#4454) 2020-04-20 16:36:05 -07:00
gen_program.go [codegen/python] - Normalize module names in program gen (#5128) 2020-08-07 09:30:07 -07: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 [codegen/python] Fix edge case in relative import (#4809) 2020-06-11 15:31:39 -07:00
importer.go Use input/output classes in program gen (#5086) 2020-08-06 15:09:23 -07:00
python.go [codegen/python] Fix pyname bug (#4918) 2020-08-05 10:08:52 -07:00
python_test.go [codegen/python] Fix pyname bug (#4918) 2020-08-05 10:08:52 -07:00
utilities.go Initial support for C# program gen (#4611) 2020-05-19 10:18:38 +02:00
utilities_test.go [codegen/*] Improve range type binding + codegen. (#4552) 2020-05-04 15:04:35 -07:00