MCPcopy
hub / github.com/pandas-dev/pandas / _wrap_intersection_result

Method _wrap_intersection_result

pandas/core/indexes/base.py:3363–3365  ·  view source on GitHub ↗
(self, other, result)

Source from the content-addressed store, hash-verified

3361 return res_values
3362
3363 def _wrap_intersection_result(self, other, result):
3364 # We will override for MultiIndex to handle empty results
3365 return self._wrap_setop_result(other, result)
3366
3367 @final
3368 def _intersection_via_get_indexer(

Callers 1

intersectionMethod · 0.95

Calls 1

_wrap_setop_resultMethod · 0.95

Tested by

no test coverage detected