class documentation
Class representing an author.
Method | __init__ |
Initialize an Author object. |
Method | __str__ |
Return a string representation of the Author object. |
Method | add |
Add an article to the author's production. |
Instance Variable | name |
Undocumented |
Instance Variable | n |
Undocumented |
Instance Variable | production |
Undocumented |