Beispiel #1
0
 def unknown_line(self):
     """Returns a dictionary of line properties set to an unknown
     line. Currently using the default value from
     linetools.lists.parse()."""     
     ldict , _ = lilp.line_data()
     ldict['name'] = 'unknown'
     return ldict
Beispiel #2
0
    def unknown_line(self):
        """Returns a dictionary of line properties set to an unknown
        line.

        Currently using the default value from
        linetools.lists.parse().
        """
        ldict, _ = lilp.line_data()
        ldict['name'] = 'unknown'
        return ldict