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

Method applies

hvplot/interactive.py:236–241  ·  view source on GitHub ↗

Subclasses must implement applies and return a boolean to indicate whether the subclass should apply or not to the obj.

(cls, obj)

Source from the content-addressed store, hash-verified

234
235 @classmethod
236 def applies(cls, obj):
237 """
238 Subclasses must implement applies and return a boolean to indicate
239 whether the subclass should apply or not to the obj.
240 """
241 return True
242
243 def __init__(
244 self,

Callers 1

__new__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected