Home
last modified time | relevance | path

Searched refs:TailCommentList (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DCommentParsing.py381 def ParseDecPcdTailComment (TailCommentList, ContainerFile): argument
382 assert(len(TailCommentList) == 1)
383 TailComment = TailCommentList[0][0]
384 LineNum = TailCommentList[0][1]