Gnm.FilterCondition¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
count |
r/w |
||
is_and |
r/w |
||
op |
r/w |
||
value |
r/w |
Methods¶
class |
|
class |
|
class |
|
|
|
|
Details¶
- class Gnm.FilterCondition¶
- classmethod new_bucket(top, absolute, rel_range, n)¶
- Parameters:
- Return type:
- classmethod new_double(op0, v0, join_with_and, op1, v1)¶
- Parameters:
op0 (
Gnm.FilterOp
) –Gnm.FilterOp
join_with_and (
bool
) –op1 (
Gnm.FilterOp
) –Gnm.FilterOp
- Return type:
Create a new condition with two values.
- classmethod new_single(op, v)¶
- Parameters:
op (
Gnm.FilterOp
) –Gnm.FilterOp
- Return type:
Create a new condition with one
GOffice.value
.
- dup()¶
- Return type:
- free()¶