MCPcopy Create free account
hub / github.com/VectifyAI/PageIndex / __init__

Method __init__

pageindex/utils.py:655–658  ·  view source on GitHub ↗
(self, default_path: str = None)

Source from the content-addressed store, hash-verified

653
654class ConfigLoader:
655 def __init__(self, default_path: str = None):
656 if default_path is None:
657 default_path = Path(__file__).parent / "config.yaml"
658 self._default_dict = self._load_yaml(default_path)
659
660 @staticmethod
661 def _load_yaml(path):

Callers

nothing calls this directly

Calls 1

_load_yamlMethod · 0.95

Tested by

no test coverage detected