184 |
184 |
185 return False |
185 return False |
186 |
186 |
187 def __parseScript(self, path): |
187 def __parseScript(self, path): |
188 """ |
188 """ |
189 Private method to parse the given script and populate the data structure. |
189 Private method to parse the given script and populate the data |
|
190 structure. |
190 |
191 |
191 @param path path of the Javascript file (string) |
192 @param path path of the Javascript file (string) |
192 """ |
193 """ |
193 try: |
194 try: |
194 f = open(path, "r", encoding="utf-8") |
195 f = open(path, "r", encoding="utf-8") |