MCPcopy Index your code
hub / github.com/plotly/dash / get_hooks

Method get_hooks

dash/_hooks.py:327–328  ·  view source on GitHub ↗
(cls, hook: str)

Source from the content-addressed store, hash-verified

325
326 @classmethod
327 def get_hooks(cls, hook: str):
328 return cls.hooks.get_hooks(hook)
329
330 @classmethod
331 def register_setuptools(cls):

Callers

nothing calls this directly

Calls 1

get_hooksMethod · 0.45

Tested by

no test coverage detected