MCPcopy
hub / github.com/pex-tool/pex / load

Method load

tests/build_backend/test_configuration.py:85–93  ·  view source on GitHub ↗
(
            cls,
            project_directory,  # type: str
            config,  # type: Any
        )

Source from the content-addressed store, hash-verified

83 class Plugin(object):
84 @classmethod
85 def load(
86 cls,
87 project_directory, # type: str
88 config, # type: Any
89 ):
90 # type: (...) -> None
91 assert os.path.isfile(os.path.join(project_directory, "pyproject.toml"))
92 assert config is None
93 return None
94
95 config = write_config(
96 dedent(

Callers 15

test_compile_successFunction · 0.45
test_download2Function · 0.45
observe_side_effectFunction · 0.45
test_zip64_fail_fastFunction · 0.45
test_header_isolationFunction · 0.45
test_sandwichFunction · 0.45
installed_wheelFunction · 0.45
test_roundtripFunction · 0.45
test_infoFunction · 0.45

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected