How to use the namedlist.NamedList.__init__ function in namedlist

To help you get started, we’ve selected a few namedlist examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github heeres / qtlab / datalist.py View on Github external
def __init__(self, time_name=True):
        namedlist.NamedList.__init__(self, 'data')

        self._time_name = time_name

namedlist

Similar to namedtuple, but instances are mutable.

Apache-2.0
Latest version published 4 years ago

Package Health Score

46 / 100
Full package analysis

Similar packages