MCPcopy Index your code
hub / github.com/LegacyCodeHQ/clarity-cli / InternalImport

Struct InternalImport

depgraph/languages/python/parser_python.go:49–52  ·  view source on GitHub ↗

InternalImport represents a relative module import.

Source from the content-addressed store, hash-verified

47
48// InternalImport represents a relative module import.
49type InternalImport struct {
50 path string
51 isTypeOnly bool
52}
53
54func (i InternalImport) Path() string {
55 return i.path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected