Skip to content

Commit 48ca7b7

Browse files
authored
chore(typing): add missing _FullContext to CompliantDataFrame (#2251)
- Only spotted while trying out `CompliantGroupBy` - `CompliantLazyFrame` already has these attributes
1 parent 8aec8fa commit 48ca7b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

narwhals/_compliant/dataframe.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ class CompliantDataFrame(
5050
Protocol[CompliantSeriesT, CompliantExprT_contra, NativeFrameT_co],
5151
):
5252
_native_frame: Any
53+
_implementation: Implementation
54+
_backend_version: tuple[int, ...]
55+
_version: Version
5356

5457
def __narwhals_dataframe__(self) -> Self: ...
5558
def __narwhals_namespace__(self) -> Any: ...

0 commit comments

Comments
 (0)