MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / default_handler

Method default_handler

tests/autoalloc/flavor.py:24–25  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

22 raise NotImplementedError
23
24 def default_handler(self) -> CommandHandler:
25 return CommandHandler(self.create_adapter())
26
27
28class PbsManagerFlavor(ManagerFlavor):

Calls 2

create_adapterMethod · 0.95
CommandHandlerClass · 0.85