sqlalchemy.util.PopulateDict

Here are the examples of the python api sqlalchemy.util.PopulateDict taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

Example 1

Project: CouchPotatoV1 Source File: util.py
Function: set_state
    def __setstate__(self, state):
        self.__dict__.update(state)
        self.columns = util.PopulateDict(self._locate_col)