MCPcopy
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)
1249class 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

parse_entry_pointFunction · 0.85

Calls

no outgoing calls

Tested by 1