| 83 | |
| 84 | |
| 85 | class BcfLabel(PropertyGroup): |
| 86 | name: StringProperty( |
| 87 | name="Name", |
| 88 | update=updateBcfLabel, |
| 89 | search=lambda s, c, t: get_extensions_items(s, c, t, extensions_attr="topic_labels"), |
| 90 | ) |
| 91 | |
| 92 | |
| 93 | def getBcfViewpoints(self, context, force_update=False): |
nothing calls this directly
no test coverage detected