MCPcopy Index your code
hub / github.com/MagicStack/asyncpg / SomeContainer

Class SomeContainer

tests/test_codecs.py:855–857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

853
854 # A pure container is _not_ OK for array input.
855 class SomeContainer:
856 def __contains__(self, item):
857 return False
858
859 with self.assertRaisesRegex(asyncpg.DataError,
860 'sized iterable container expected'):

Callers 1

test_arraysMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_arraysMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…