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

Class AttributeNotImplementedError

dask/dataframe/utils.py:727–728  ·  view source on GitHub ↗

NotImplementedError and AttributeError

Source from the content-addressed store, hash-verified

725
726
727class AttributeNotImplementedError(NotImplementedError, AttributeError):
728 """NotImplementedError and AttributeError"""
729
730
731def 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