MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / copy

Method copy

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

Source from the content-addressed store, hash-verified

98 return RandomSet(set.intersection(self, other))
99
100 def copy(self):
101 return RandomSet(self)
102
103
104def conforms_partial_ordering(tuples, sorted_elements):

Callers 1

provide_fixtureMethod · 0.45

Calls 1

RandomSetClass · 0.85

Tested by 1

provide_fixtureMethod · 0.36