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

Method _groups

hvplot/ui.py:1040–1041  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1038
1039 @property
1040 def _groups(self):
1041 return ['dataframe']
1042
1043 @param.depends('x')
1044 def xlim(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected