ソースを参照

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