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

Method get

pex/common.py:828–831  ·  view source on GitHub ↗

Get all files labeled with ``label``

(self, label)

Source from the content-addressed store, hash-verified

826 touch(os.path.join(self.chroot, dst))
827
828 def get(self, label):
829 # type: (Optional[str]) -> Set[str]
830 """Get all files labeled with ``label``"""
831 return self.filesets.get(label, set())
832
833 def files(self):
834 # type: () -> Set[str]

Callers 15

loadMethod · 0.45
loadMethod · 0.45
read_bool_envFunction · 0.45
_maybe_rewrite_projectFunction · 0.45
_maybe_rewrite_metadataFunction · 0.45
list_test_cmdsFunction · 0.45
mainFunction · 0.45
describe_revFunction · 0.45
mainFunction · 0.45
__init__Method · 0.45
patch_sysMethod · 0.45

Calls

no outgoing calls

Tested by 15

current_interpreterFunction · 0.36
test_expected_scriptsFunction · 0.36
assert_pex_vars_hermeticFunction · 0.36
compilationFunction · 0.36
test_run_pexFunction · 0.36
spawn_python_jobFunction · 0.36
test_site_libsFunction · 0.36
test_site_libs_symlinkFunction · 0.36