MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / copy

Method copy

lib/sqlalchemy/testing/util.py:141–142  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

139 return RandomSet(set.intersection(self, other))
140
141 def copy(self):
142 return RandomSet(self)
143
144
145def conforms_partial_ordering(tuples, sorted_elements):

Callers 1

provide_fixtureMethod · 0.45

Calls 1

RandomSetClass · 0.85

Tested by 1

provide_fixtureMethod · 0.36