We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7be3c commit 3a004e8Copy full SHA for 3a004e8
narwhals/_native.py
@@ -19,7 +19,7 @@
19
Our goal is to **wrap** a *partially-unknown* native object **in** a [generic class]:
20
21
def wrapping_in_df(native: IntoDataFrameT) -> DataFrame[IntoDataFrameT]: ...
22
- def wrapping_in_ldf(native: IntoLazyFrameT) -> LazyFrame[IntoLazyFrameT]: ...
+ def wrapping_in_lf(native: IntoLazyFrameT) -> LazyFrame[IntoLazyFrameT]: ...
23
def wrapping_in_ser(native: IntoSeriesT) -> Series[IntoSeriesT]: ...
24
25
### (1) `Native<Thing>`
0 commit comments