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 30da95a commit d4f9a91Copy full SHA for d4f9a91
docs/api/fexpr/__invert__.rst
@@ -1,6 +1,6 @@
1
2
.. xmethod:: datatable.FExpr.__invert__
3
- :src: src/core/expr/fexpr.cc PyFExpr::nb__invert__
+ :src: src/core/expr/funary/unary_invert.cc PyFExpr::nb__invert__
4
5
__invert__(x)
6
--
docs/api/fexpr/__neg__.rst
.. xmethod:: datatable.FExpr.__neg__
- :src: src/core/expr/fexpr.cc PyFExpr::nb__neg__
+ :src: src/core/expr/funary/unary_minus.cc PyFExpr::nb__neg__
__neg__(x)
docs/api/fexpr/__pos__.rst
.. xmethod:: datatable.FExpr.__pos__
- :src: src/core/expr/fexpr.cc PyFExpr::nb__pos__
+ :src: src/core/expr/funary/unary_plus.cc PyFExpr::nb__pos__
__pos__(x)
0 commit comments