MCPcopy
hub / github.com/deadc0de6/dotdrop / _parse_blk_actions

Method _parse_blk_actions

dotdrop/cfg_yaml.py:613–622  ·  view source on GitHub ↗

parse the "actions" block

(self, dic)

Source from the content-addressed store, hash-verified

611 return profiles
612
613 def _parse_blk_actions(self, dic):
614 """parse the "actions" block"""
615 actions = self._get_entry(dic, self.key_actions,
616 mandatory=False)
617 if actions:
618 actions = actions.copy()
619 actions = self._norm_actions(actions)
620 if self._debug:
621 self._debug_dict('actions block', actions)
622 return actions
623
624 def _parse_blk_trans_install(self, dic):
625 """parse the "trans_install" block"""

Callers 1

__init__Method · 0.95

Calls 4

_get_entryMethod · 0.95
_norm_actionsMethod · 0.95
_debug_dictMethod · 0.95
copyMethod · 0.45

Tested by

no test coverage detected