Workout With Friends
Stay fit with a little motivation
|
Public Member Functions | |
def | __init__ |
Setup the necessary environment to run the script. | |
def | __del__ |
def | run |
Public Attributes | |
args | |
env | |
settings |
Static Public Attributes | |
tuple | parser = argparse.ArgumentParser() |
Definition at line 17 of file __init__.py.
def wowf.scripts.BaseCommand.__init__ | ( | self, | |
argv | |||
) |
Setup the necessary environment to run the script.
Definition at line 26 of file __init__.py.
def wowf.scripts.BaseCommand.__del__ | ( | self | ) |
Definition at line 37 of file __init__.py.
def wowf.scripts.BaseCommand.run | ( | self | ) |
Reimplemented in wowf.scripts.adduser.AddUserCommand, wowf.scripts.cleanup.CleanupCommand, wowf.scripts.indexer.UpdateIndexesCommand, wowf.scripts.sendinvite.SendInviteCommand, and wowf.scripts.initializedb.InitializeDBCommand.
Definition at line 41 of file __init__.py.
wowf.scripts.BaseCommand.args |
Definition at line 27 of file __init__.py.
wowf.scripts.BaseCommand.env |
Definition at line 30 of file __init__.py.
|
static |
Definition at line 19 of file __init__.py.
wowf.scripts.BaseCommand.settings |
Definition at line 35 of file __init__.py.