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

Class AttributeNotImplementedError

dask/dataframe/utils.py:716–717  ·  view source on GitHub ↗

NotImplementedError and AttributeError

Source from the content-addressed store, hash-verified

714
715
716class AttributeNotImplementedError(NotImplementedError, AttributeError):
717 """NotImplementedError and AttributeError"""
718
719
720def 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