The input file for the python rule test ## py_related_rule
py_related_rule(name, fifth, first, fourth, second, sixth, third)
This rule does python-related things. **ATTRIBUTES** | Name | Description | Type | Mandatory | Default | | :------------- | :------------- | :------------- | :------------- | :------------- | | name | A unique name for this target. | Name | required | | | fifth | Hey look, its the fifth thing! | Boolean | optional | True | | first | this is the first doc string! | Label | required | | | fourth | the fourth doc string. | Boolean | optional | False | | second | - | Dictionary: String -> String | required | | | sixth | it's the sixth thing. | List of integers | optional | [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] | | third | - | Label | required | |