Members
DebugPackageInfo
DebugPackageInfo constructor.
Parameters
| Parameter | Description |
|---|---|
target_label | required The label for the *_binary target |
stripped_file | File; or None; default is None The stripped file (the explicit “.stripped” target) |
unstripped_file | required The unstripped file (the default executable target). |
dwp_file | File; or None; default is None The .dwp file (for fission builds) or null if —fission=no. |
dwp_file
None.
stripped_file
None.
target_label
to_json
---incompatible_struct_has_no_methods. Use this flag to verify your code is compatible with its imminent removal.
Creates a JSON string from the struct parameter. This method only works if all struct elements (recursively) are strings, ints, booleans, other structs, a list of these types or a dictionary with string keys and values of these types. Quotes and new lines in strings are escaped. Examples:
to_proto
---incompatible_struct_has_no_methods. Use this flag to verify your code is compatible with its imminent removal.
Creates a text message from the struct parameter. This method only works if all struct elements (recursively) are strings, ints, booleans, other structs or dicts or lists of these types. Quotes and new lines in strings are escaped. Struct keys are iterated in the sorted order. Examples: