GraphKey.app.modules.gui.window_elements.project
index

 
Classes
       
builtins.object
Project

 
class Project(builtins.object)
    Project(name)
 
Project class. We only utilize this for name, but it can be extended over time if needed.
 
  Methods defined here:
__init__(self, name)
Initializes a project instance
dateModifiedFormatted(self)
Returns the date in a readable format

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)