Searched refs:onlyHeader (Results 1 – 1 of 1) sorted by relevance
109 def read(path, onlyHeader=False): argument115 return readLWFN(path, onlyHeader), 'LWFN'117 return readPFB(path, onlyHeader), 'PFB'151 def readLWFN(path, onlyHeader=False): argument162 if onlyHeader and code == 2:180 def readPFB(path, onlyHeader=False): argument197 if onlyHeader: