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

Method execute_entry_point

pex/pex.py:849–854  ·  view source on GitHub ↗
(cls, entry_point)

Source from the content-addressed store, hash-verified

847
848 @classmethod
849 def execute_entry_point(cls, entry_point):
850 # type: (CallableEntryPoint) -> Any
851 bootstrap.demote()
852
853 runner = entry_point.resolve()
854 return runner()
855
856 def cmdline(self, args=()):
857 """The commandline to run this environment.

Callers 1

execute_entryMethod · 0.95

Calls 2

demoteMethod · 0.80
resolveMethod · 0.45

Tested by

no test coverage detected