Method
__init__
(
self,
rawsource: str = '',
text: str = ' ',
*children: Element,
**attributes: Any,
)
Source from the content-addressed store, hash-verified
| 338 | classes = ['w'] |
| 339 | |
| 340 | def __init__( |
| 341 | self, |
| 342 | rawsource: str = '', |
| 343 | text: str = ' ', |
| 344 | *children: Element, |
| 345 | **attributes: Any, |
| 346 | ) -> None: |
| 347 | super().__init__(rawsource, text, *children, **attributes) |
| 348 | |
| 349 | |
| 350 | class desc_sig_name(desc_sig_element, _sig_element=True): |
Callers
nothing calls this directly
Tested by
no test coverage detected