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


Public Member Functions | |
| compile_not (self, relation) | |
| compile_relation (self, method, expr, range_list, negated=False) | |
Public Member Functions inherited from babel.plural._Compiler | |
| compile (self, arg) | |
Static Public Attributes | |
| compile_is = _binary_compiler('%s is %s') | |
| compile_isnot = _binary_compiler('%s is not %s') | |
| compile_and = _binary_compiler('%s and %s') | |
| compile_or = _binary_compiler('%s or %s') | |
| compile_mod = _binary_compiler('%s mod %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_mod = _binary_compiler('(%s %% %s)') | |
| compile_is = _binary_compiler('(%s == %s)') | |
| compile_isnot = _binary_compiler('(%s != %s)') | |
Returns a unicode pluralization rule again.
| babel.plural._UnicodeCompiler.compile_not | ( | self, | |
| relation | |||
| ) |
Reimplemented from babel.plural._Compiler.
| babel.plural._UnicodeCompiler.compile_relation | ( | self, | |
| method, | |||
| expr, | |||
| range_list, | |||
negated = False |
|||
| ) |
Reimplemented from babel.plural._Compiler.