![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| compile_relation (self, method, expr, range_list) | |
Public Member Functions inherited from babel.plural._Compiler | |
| compile (self, arg) | |
Static Public Attributes | |
| compile_and = _binary_compiler('(%s and %s)') | |
| compile_or = _binary_compiler('(%s or %s)') | |
| compile_not = _unary_compiler('(not %s)') | |
| compile_mod = _binary_compiler('MOD(%s, %s)') | |
Static Public Attributes inherited from babel.plural._Compiler | |
| str | compile_n = lambda x: 'n' |
| str | compile_i = lambda x: 'i' |
| str | compile_v = lambda x: 'v' |
| str | compile_w = lambda x: 'w' |
| str | compile_f = lambda x: 'f' |
| str | compile_t = lambda x: 't' |
| str | compile_c = lambda x: 'c' |
| str | compile_e = lambda x: 'e' |
| str | compile_value = lambda x, v(v) |
| compile_and = _binary_compiler('(%s && %s)') | |
| compile_or = _binary_compiler('(%s || %s)') | |
| compile_not = _unary_compiler('(!%s)') | |
| compile_mod = _binary_compiler('(%s %% %s)') | |
| compile_is = _binary_compiler('(%s == %s)') | |
| compile_isnot = _binary_compiler('(%s != %s)') | |
Compiles an expression to Python.
| babel.plural._PythonCompiler.compile_relation | ( | self, | |
| method, | |||
| expr, | |||
| range_list | |||
| ) |
Reimplemented from babel.plural._Compiler.