structs
¶
Classes:
FieldAccess
¶
Bases: DataType
Methods:
-
get_struct– -
to_json– -
to_yaml–
Source code in packages/irx/src/irx/astx/structs.py
99 100 101 102 103 104 105 106 107 108 109 110 111 | |
get_struct
¶
get_struct(simplified: bool = False) -> ReprStruct
Source code in packages/irx/src/irx/astx/structs.py
121 122 123 124 125 126 127 128 129 130 131 132 | |
to_json
¶
Source code in packages/astx/src/astx/base.py
400 401 402 403 404 405 406 407 408 409 | |
to_yaml
¶
Source code in packages/astx/src/astx/base.py
387 388 389 390 391 392 393 394 395 396 397 398 | |
StructType
¶
StructType(
name: str,
*,
resolved_name: str | None = None,
module_key: str | None = None,
qualified_name: str | None = None,
)
Bases: AnyType
Methods:
-
get_struct– -
to_json– -
to_yaml–
Source code in packages/irx/src/irx/astx/structs.py
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | |
get_struct
¶
get_struct(simplified: bool = False) -> ReprStruct
Source code in packages/irx/src/irx/astx/structs.py
68 69 70 71 72 73 74 75 76 77 78 79 | |
to_json
¶
Source code in packages/astx/src/astx/base.py
400 401 402 403 404 405 406 407 408 409 | |
to_yaml
¶
Source code in packages/astx/src/astx/base.py
387 388 389 390 391 392 393 394 395 396 397 398 | |