Core
UsageType
Describes how a symbol is used elsewhere. Used in conjunction with get_usages Attributes: DIRECT: Direct imports and usages within the same file CHAINED: Chained references (ie: module.foo) INDIRECT: Indirect usages with the same name ALIASED: Aliased indirect usages
Attributes
ALIASED
Aliased indirect usages
CHAINED
Chained references (ie: module.foo)
DIRECT
Direct imports and usages within the same file
INDIRECT
Indirect usages with the same name