Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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