Files
2026-07-22 13:48:46 +08:00

18 lines
261 B
Markdown

# and_
## API Definition
```python
def and_(*predicates: Predicate) -> Predicate
```
*Source: ql.py*
## Import Surface
- submodule: `from simplecadapi.ql import and_` or `simplecadapi.ql.and_`
## Description
Combine predicates so all of them must match.