Searched refs:onlyHeader (Results 1 – 1 of 1) sorted by relevance
103 def read(path, onlyHeader=False): argument108 return readLWFN(path, onlyHeader), 'LWFN'110 return readPFB(path, onlyHeader), 'PFB'144 def readLWFN(path, onlyHeader=False): argument157 if onlyHeader and code == 2:176 def readPFB(path, onlyHeader=False): argument193 if onlyHeader: