MCPcopy Create free account
hub / github.com/apache/arrow / __eq__

Method __eq__

python/pyarrow/parquet/core.py:1491–1495  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

1489 self.files == other.files)
1490
1491 def __eq__(self, other):
1492 try:
1493 return self.equals(other)
1494 except TypeError:
1495 return NotImplemented
1496
1497 @property
1498 def schema(self):

Callers

nothing calls this directly

Calls 1

equalsMethod · 0.95

Tested by

no test coverage detected