-
The Arrow project recently created a [new protocol for sharing Arrow data in Python](https://arrow.apache.org/docs/format/CDataInterface/PyCapsuleInterface.html). One of the goals of the protocol is a…
-
### Problem description
`Series` has 19 dunder methods that `DataFrame` doesn't (not counting `__column_consortium_standard__`):
```python
__abs__
__and__
__array_ufunc__
__invert__
__matmul_…
-
Hi,
I wonder if it's possible to configure pylsp to hide dunder methods and attributes, or if something like this could be added in the future.
Thanks!
-
## Elevator Pitch
As a remote JupyterLab user, often hindered by bandwith limitations, it would be useful, to be able to hide dunder methods and attributes during autocompletion for clarity and…
-
the arg is called unused-arguments-ignore-dunder but it is stored in unused-arguments-ignore-dunder-methods. This means that if you want to use this in a config you need to do unused-arguments-ignore-…
-
### Bug description
Related: #6889. `unnecessary-dunder-call` will be raised in alternative constructor methods.
```python
class Foo:
root_dir = "/default_path/" # not to be specified in…
-
I want to Proxy an object using Pyro5, which has a `__call__` method defined. Therefore, I can do `object()` but when I then use Pyro5 and have
```
proxy_object = Pyro5.api.Proxy(uri_from_ns)
prox…
-
As spotted by @MichaReiser in https://github.com/astral-sh/ruff/pull/13992#pullrequestreview-2404711897, red-knot does not currently emit diagnostics if you attempt to iterate over an object that migh…
-
Hi, me again.
It looks like the dunder `__copy__` methods are not carried over to Javascript:
* [`lalr_interactive_parser.py:61`](https://github.com/lark-parser/lark/blob/master/lark/parsers/lal…
-
curse(str, '__eq__', str.__ne__)
fails with:
...
```
File ".../python3.6/site-packages/forbiddenfruit/__init__.py", line 425, in curse
_curse_special(klass, attr, value)
File ".../…