PyDoc
A PyDoc comment. The children of this component are joined with two hard linebreaks. This is useful for creating PyDoc comments with multiple paragraphs.
import { PyDoc } from "@alloy-js/python";
<PyDoc > {children}</PyDoc>
import { PyDoc } from "@alloy-js/python/stc";
PyDoc({ }).children(children)
children | Children |