not needed anymore
This commit is contained in:
parent
f431dd2092
commit
ed2489de9a
File diff suppressed because it is too large
Load Diff
|
@ -375,15 +375,6 @@ class ASCIItable():
|
|||
self.tags = list(self.__IO__['tags']) # restore label info found in header (as COPY, not link)
|
||||
self.__IO__['labeled'] = len(self.tags) > 0
|
||||
|
||||
# ------------------------------------------------------------------
|
||||
def data_skipLines(self,
|
||||
count):
|
||||
"""Wind forward by count number of lines."""
|
||||
for i in range(count):
|
||||
alive = self.data_read()
|
||||
|
||||
return alive
|
||||
|
||||
# ------------------------------------------------------------------
|
||||
def data_read(self,
|
||||
advance = True,
|
||||
|
|
Loading…
Reference in New Issue