Gets the value of a property, that is, the part following the grist, if any.
(property)
| 69 | return [ replace_grist_one (feature, new_grist) for feature in features ] |
| 70 | |
| 71 | def get_value (property): |
| 72 | """ Gets the value of a property, that is, the part following the grist, if any. |
| 73 | """ |
| 74 | return replace_grist (property, '') |
| 75 | |
| 76 | def get_grist (value): |
| 77 | """ Returns the grist of a string. |
no test coverage detected