MCPcopy Create free account
hub / github.com/dask/dask / AttributeNotImplementedError

Class AttributeNotImplementedError

dask/dataframe/utils.py:721–722  ·  view source on GitHub ↗

NotImplementedError and AttributeError

Source from the content-addressed store, hash-verified

719
720
721class AttributeNotImplementedError(NotImplementedError, AttributeError):
722 """NotImplementedError and AttributeError"""
723
724
725def meta_frame_constructor(like):

Callers 3

emptyMethod · 0.90
categoriesMethod · 0.90
codesMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected