MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / __init__

Method __init__

epd_helper.py:28–30  ·  view source on GitHub ↗
(self, epd_type)

Source from the content-addressed store, hash-verified

26]
27
28class EPDHelper:
29 def __init__(self, epd_type):
30 self.epd_type = epd_type
31 self.epd = self._load_epd_module()
32
33 def _load_epd_module(self):

Callers

nothing calls this directly

Calls 1

_load_epd_moduleMethod · 0.95

Tested by

no test coverage detected