瀏覽代碼

Update on the documentation of the leobject module

Roland Haroutiounian 7 年之前
父節點
當前提交
8388f107b2
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. 0
    2
      lodel/leapi/leobject.py

+ 0
- 2
lodel/leapi/leobject.py 查看文件

@@ -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…
取消
儲存