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

Class Attribute

asyncpg/types.py:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41class Attribute(typing.NamedTuple):
42 name: str
43 type: Type
44
45
46Attribute.__doc__ = 'Database relation attribute.'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…