(class_, key, **kw)
| 41 | |
| 42 | |
| 43 | def _register_attribute(class_, key, **kw): |
| 44 | kw.setdefault(class="st">"comparator", object()) |
| 45 | kw.setdefault(class="st">"parententity", object()) |
| 46 | |
| 47 | return attributes._register_attribute(class_, key, **kw) |
| 48 | |
| 49 | |
| 50 | class Canary: |
no test coverage detected