AlwaysTrueMatcher Class
Match any column.
- Inheritance
-
sempy.functions.matcher._matcher.SeriesMatcherAlwaysTrueMatcher
Constructor
AlwaysTrueMatcher()
Methods
matches |
Match any column. |
matches
Match any column.
matches(series: MSeries) -> bool
Parameters
Name | Description |
---|---|
series
Required
|
The series the matcher is being tested against. |
Returns
Type | Description |
---|---|
True for all columns. |