Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
minor class doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pothiers committed May 20, 2020
1 parent 47f470b commit 3614531
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pers/Personality.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ class NoPersonalityName(Exception):
#! hdudict[k] = v
#! return hdudict

# InstVars: persdict, persName, update_dict, kwset
# Methods: name, options, params, param, functions,
# make_update_dict, modify_hdudictlist, modify_fits
class Personality():

def __init__(self, persName):
Expand Down

0 comments on commit 3614531

Please sign in to comment.