system
¶
Classes:
Cast
¶
Cast(value: AST, target_type: Any)
Bases: Expr
Methods:
Source code in src/irx/system.py
69 70 71 72 | |
get_struct
¶
get_struct(simplified: bool = False) -> ReprStruct
Source code in src/irx/system.py
74 75 76 77 78 79 80 81 82 83 84 85 | |
PrintExpr
¶
PrintExpr(message: Expr)
Bases: Expr
It would be nice to support more arguments similar to the ones supported by Python (*args, sep=' ', end='', file=None, flush=False).
Methods:
Source code in src/irx/system.py
29 30 31 32 33 34 35 36 37 38 | |
get_struct
¶
get_struct(simplified: bool = False) -> ReprStruct
Source code in src/irx/system.py
40 41 42 43 44 45 46 47 48 49 50 51 52 | |