Writer
- class Writer[source]
Bases:
ABCA writer for authorship.
Methods Summary
iter_lines(authorship)Iterate over lines for the authorship.
print(authorship, **kwargs)Print the authorship.
to_lines(authorship)Make lines for the authorship.
to_str(authorship)Make a string from the authorship.
write(authorship, *, path)Write the authorship to a path.
Methods Documentation