(self)
| 202 | |
| 203 | @property |
| 204 | def feature_spec(self): |
| 205 | if not self._fspec: |
| 206 | self._build_feature_spec() |
| 207 | return self._fspec |
| 208 | |
| 209 | def format_attrs(self, int_attrs, float_attrs, string_attrs): |
| 210 | """ Reshape and format attributes with int_attr_num, float_attr_num |
nothing calls this directly
no test coverage detected