MCPcopy Create free account
hub / github.com/MagicStack/asyncpg / _check

Function _check

asyncpg/connresource.py:18–20  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

16
17 @functools.wraps(meth)
18 def _check(self, *args, **kwargs):
19 self._check_conn_validity(meth.__name__)
20 return meth(self, *args, **kwargs)
21
22 return _check
23

Callers

nothing calls this directly

Calls 1

_check_conn_validityMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…