MCPcopy Create free account
hub / github.com/pathwaycom/pathway / deprecated_call_here

Function deprecated_call_here

python/pathway/tests/utils.py:905–908  ·  view source on GitHub ↗
(
    *, match: str | re.Pattern[str] | None = None
)

Source from the content-addressed store, hash-verified

903
904
905def deprecated_call_here(
906 *, match: str | re.Pattern[str] | None = None
907) -> AbstractContextManager[pytest.WarningsRecorder]:
908 return warns_here((DeprecationWarning, PendingDeprecationWarning), match=match)
909
910
911def consolidate(df: pd.DataFrame) -> pd.DataFrame:

Callers 3

test_method_callFunction · 0.90
test_timestampFunction · 0.90

Calls 1

warns_hereFunction · 0.85

Tested by 3

test_method_callFunction · 0.72
test_timestampFunction · 0.72