Key associated with the DictFeat.
(self)
| 194 | |
| 195 | @property |
| 196 | def feat_key(self): |
| 197 | """Key associated with the DictFeat. |
| 198 | """ |
| 199 | return self._feat_key |
| 200 | |
| 201 | @feat_key.setter |
| 202 | def feat_key(self, value): |
nothing calls this directly
no test coverage detected