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

Interface PythonImport

depgraph/languages/python/parser_python.go:29–32  ·  view source on GitHub ↗

PythonImport represents an import in a Python file.

Source from the content-addressed store, hash-verified

27
28// PythonImport represents an import in a Python file.
29type PythonImport interface {
30 Path() string
31 IsTypeOnly() bool
32}
33
34// ExternalImport represents an external module import.
35type ExternalImport struct {

Callers 2

extractPathsFunction · 0.65

Implementers 8

ExternalImportdepgraph/languages/python/parser_pytho
InternalImportdepgraph/languages/python/parser_pytho
NodeBuiltinImportdepgraph/languages/typescript/parser_t
ExternalImportdepgraph/languages/typescript/parser_t
InternalImportdepgraph/languages/typescript/parser_t
NodeBuiltinImportdepgraph/languages/javascript/parser_j
ExternalImportdepgraph/languages/javascript/parser_j
InternalImportdepgraph/languages/javascript/parser_j

Calls

no outgoing calls

Tested by

no test coverage detected