Parcourir la source

Update on the documentation of the leobject module

Roland Haroutiounian il y a 7 ans
Parent
révision
8388f107b2
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0
    2
      lodel/leapi/leobject.py

+ 0
- 2
lodel/leapi/leobject.py Voir le fichier

@@ -36,7 +36,6 @@ CLASS_ID_FIELDNAME = "classname"
36 36
 # @note Wrapped methods are : LeObject.data() & LeObject.set_data()
37 37
 class LeObjectValues(object):
38 38
 
39
-    ## @brief Constructs a new LeObjectValues
40 39
     # @param fieldnames_callback method
41 40
     # @param set_callback method : The LeObject.set_datas() method of corresponding LeObject class
42 41
     # @param get_callback method : The LeObject.get_datas() method of corresponding LeObject class
@@ -95,7 +94,6 @@ class LeObject(object):
95 94
         self.__set_initialized()
96 95
         return self
97 96
 
98
-    ## @brief Constructs an object representing an Editorial component
99 97
     # @note Can be considered as EmClass instance
100 98
     # @param **kwargs
101 99
     # @throw NotImplementedError when the class being instanciated is noted as abstract and then should not be instanciated.

Loading…
Annuler
Enregistrer