Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pex-tool/pex
/ ModuleEntryPoint
Class
ModuleEntryPoint
pex/dist_metadata.py:1249–1254 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1247
1248
@attr.s(frozen=True)
1249
class
ModuleEntryPoint(object):
1250
module = attr.ib()
# type: str
1251
1252
def
__str__(self):
1253
# type: () -> str
1254
return
self.module
1255
1256
1257
@attr.s(frozen=True)
Callers
2
test_parse_named_entry_point
Function · 0.90
parse_entry_point
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_parse_named_entry_point
Function · 0.72