module documentation
Undocumented
| Function | ensure |
Undocumented |
| Function | op2func |
Return function for operator nodes. |
| Function | safe |
safe version of add |
| Function | safe |
safe version of lshift |
| Function | safe |
safe version of multiply |
| Function | safe |
safe version of pow |
| Constant | MAX |
Undocumented |
| Constant | MAX |
Undocumented |
| Constant | MAX |
Undocumented |
| Type Variable | T |
Undocumented |
| Type Alias | |
Undocumented |
| Type Alias | |
Undocumented |
| Class | _ |
Undocumented |
| Class | _ |
No class docstring; 0/1 instance variable, 0/1 constant, 1/4 method documented |
| Class | _ |
Undocumented |
| Class | _ |
No class docstring; 0/2 instance variable, 1/19 method documented |
| Constant | _AST |
Undocumented |
| Constant | _OPERATORS |
Undocumented |
| Constant | _UNARY |
Undocumented |
@overload
(source) ¶
def op2func(oper:
@overloadast.AST, nodetype: type[ ast.BinOp] | type[ ast.Compare]) -> Callable[ [ LiteralValue, LiteralValue], LiteralValue]:(source) ¶
Return function for operator nodes.
Undocumented
| Value |
|
Undocumented
| Value |
|