← Back to team overview

zeitgeist team mailing list archive

[Bug 489947] [NEW] zeitgeist module: Hide get_ and set_ from API

 

Public bug reported:

Currently the properties of Event and Subject can be accessed as .name
or as .get_name/.set_name The later functions are redundant so they
should be made private (renamed to ._get_name and ._set_name).

** Affects: zeitgeist
     Importance: Low
         Status: New

** Changed in: zeitgeist
   Importance: Undecided => Low

-- 
zeitgeist module: Hide get_ and set_ from API
https://bugs.launchpad.net/bugs/489947
You received this bug notification because you are a member of
Zeitgeist-Engine, which is the registrant for Zeitgeist Framework.

Status in Zeitgeist Framework: New

Bug description:
Currently the properties of Event and Subject can be accessed as .name or as .get_name/.set_name The later functions are redundant so they should be made private (renamed to ._get_name and ._set_name).



Follow ups

References