Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/holoviz/hvplot
/ _groups
Method
_groups
hvplot/ui.py:977–978 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
975
976
@property
977
def
_groups(self):
978
return
[
'gridded'
,
'dataframe'
,
'geom'
]
979
980
def
_populate(self):
981
variables = self._converter.variables
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected