MCPcopy Index your code
hub / github.com/pydata/xarray / equals_wrapper

Function equals_wrapper

xarray/core/indexes.py:2007–2011  ·  view source on GitHub ↗
(other: Index, exclude: frozenset[Hashable])

Source from the content-addressed store, hash-verified

2005 exclude_kwarg = True
2006
2007 def equals_wrapper(other: Index, exclude: frozenset[Hashable]) -> bool:
2008 if exclude_kwarg:
2009 return index.equals(other, exclude=exclude)
2010 else:
2011 return index.equals(other)
2012
2013 return equals_wrapper
2014

Callers

nothing calls this directly

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…