(xmlstr)
| 276 | |
| 277 | @staticmethod |
| 278 | def xml(xmlstr): |
| 279 | def generate(func, attrs): |
| 280 | smdomain._append_xml(func, xmlstr) |
| 281 | |
| 282 | return _create_decorator({}, |
| 283 | generate_xml_func=generate) |
| 284 | |
| 285 | @staticmethod |
| 286 | def doublerange(**kwargs): |
nothing calls this directly
no test coverage detected