Skip to content

thread_pool use PooledDB InvalidConnection  #20

@QscvGYU

Description

@QscvGYU
def __getattr__(self, name):
    """Proxy all members of the class."""
    if self._con:
        return getattr(self._con, name)
    else:
        raise InvalidConnection

name = 'commit'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions