Searched refs:onlyHeader (Results 1 – 1 of 1) sorted by relevance
108 def read(path, onlyHeader=False): argument114 return readLWFN(path, onlyHeader), 'LWFN'116 return readPFB(path, onlyHeader), 'PFB'150 def readLWFN(path, onlyHeader=False): argument161 if onlyHeader and code == 2:179 def readPFB(path, onlyHeader=False): argument196 if onlyHeader: