Lines Matching refs:parse
130 # Class to parse the layer source code and store details in internal data structs
138 # Parse layer header files into internal dict data structs
139 def parse(self):
140 # For each header file, parse details into dicts
175 # For each source file, parse into dicts
191 # Class to parse hand-written md layer documentation into a dict and then validate its contents
201 # Parse the contents of doc into data struct
202 def parse(self):
308 # Parse args
312 # Parse files into internal data structs
313 layer_parser.parse()
320 layer_doc.parse()