Classes
_OwnedTemplate
5
▼
_OwnedTemplate
5
▼
Attributes
| Name | Type | Description |
|---|---|---|
owner |
str
|
— |
name |
str
|
— |
source_path |
str
|
— |
ast |
Template
|
— |
profile_spans |
dict[tuple[str, int, int], SourcePosition]
|
— |
_Definition
5
▼
_Definition
5
▼
Attributes
| Name | Type | Description |
|---|---|---|
key |
_ComponentKey
|
— |
owner |
str
|
— |
source_path |
str
|
— |
node |
Def
|
— |
span |
SourceSpan
|
— |
_CallSite
3
▼
_CallSite
3
▼
Attributes
| Name | Type | Description |
|---|---|---|
owner |
str
|
— |
template |
str
|
— |
span |
SourceSpan
|
— |
Functions
_shape
1
object
▼
Return a location-neutral immutable shape for interface defaults.
_shape
1
object
▼
def _shape(value: Any) -> object
Parameters
| Name | Type | Description |
|---|---|---|
value |
Any |
Returns
object