Преглед на файлове

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