MCPcopy Create free account
hub / github.com/holoviz/hvplot / __dir__

Method __dir__

hvplot/interactive.py:903–905  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

901 raise AttributeError(f"'hvplot' object has no attribute '{attr}'")
902
903 def __dir__(self):
904 # This function is for autocompletion
905 return self._interactive._obj.hvplot.__all__

Callers 2

__dir__Method · 0.45
__getattribute__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected