pulumi/pkg/codegen/python
Justin Van Patten 42a1896bf9
[codegen/python] Delete dead code around casing tables (#7647)
Coincident with the release of Pulumi 3.0, we updated the provider SDK codegen for Python to no longer use casing tables for translating Python snake_case names to Pulumi camelCase names (and vice versa). Instead, the mapping is encoded in decorators applied on class properties.

Some of the code that was used to generate and use the casing tables has persisted. This commits removes this code, as it's no longer necessary, and will improve the quality of our generated examples.
2021-07-27 08:37:49 -07:00
..
doc.go [codegen/python] Delete dead code around casing tables (#7647) 2021-07-27 08:37:49 -07:00
gen.go [codegen/python] Delete dead code around casing tables (#7647) 2021-07-27 08:37:49 -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] Delete dead code around casing tables (#7647) 2021-07-27 08:37:49 -07:00
gen_program_expressions.go [codegen/python] Delete dead code around casing tables (#7647) 2021-07-27 08:37:49 -07:00
gen_program_lower.go [codegen/python] Delete dead code around casing tables (#7647) 2021-07-27 08:37:49 -07:00
gen_program_quotes.go [codegen/python] Delete dead code around casing tables (#7647) 2021-07-27 08:37:49 -07:00
gen_program_quotes_test.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
gen_program_test.go [codegen/python] Improve program gen perf. (#7547) 2021-07-16 15:45:00 -07:00
gen_resource_mappings.go Fix non-deterministic ordering of generated Python code (#7136) 2021-05-26 13:22:05 -04:00
gen_resource_mappings_test.go Fix non-deterministic ordering of generated Python code (#7136) 2021-05-26 13:22:05 -04:00
gen_test.go [codegen] Add type name generation tests. (#7470) 2021-07-09 10:23:10 -07:00
importer.go Permit override of Python package naming (#6971) 2021-05-06 11:18:14 -07:00
python.go [codegen/python] Improve program gen perf. (#7547) 2021-07-16 15:45:00 -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 [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
utilities_test.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00