瀏覽代碼

Org_reader: write the read method

Empty method for now, just declaration
Gendre Sébastien 7 年之前
父節點
當前提交
66e82b6ba1
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      org_reader/org_reader.py

+ 8 - 0
org_reader/org_reader.py

@@ -48,4 +48,12 @@ class OrgReader(BaseReader):
         A dict containing metadatas
         """
         pass
+
+    def read(self, source_path):
+        """
+        Parse content and metadata of Org files
+        Keyword Arguments:
+        source_path -- Path to the Org file to parse
+        """
+        pass