-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
the `repr()` generated by `attrs` looks something like this by default:
```
MyClass(a=1, b=2)
```
this is fine in simple cases. however, when using `init=False`, and implementing my own `__init__()`…
-
rustc has a `PassMode` enum to declare how arguments should be passed between functions. `PassMode::Direct` is used for the simple case where we can just generate LLVM IR with an argument type that ma…
-
I like to use StrictUndefined to catch more errors in my templates. This raises many errors in flask-admin. You can simply check by enabling it in tests.
```python
from jinja2 import StrictUndef…
-
On some doc pages for classes (and possibly modules)--for example [`Polynomial2D`](http://docs.astropy.org/en/v1.0.3/api/astropy.modeling.polynomial.Polynomial2D.html)--under the "Attribute Documentat…
-
After updating my nightly rust install my luminance application started rendering my models completely incorrectly, as if the attribute data is being garbled. On the 2022-11-11 nightly build it still …
-
For `repr(uN)` bitfields, it'd be helpful to be able to view a reference to the bitfield as a reference to the representation type without copy.
The opposite is also true - there are occasions when…
-
### Reproducing code example:
Empty arrays repr like `array([], shape=(0, 0), dtype=float64)`, but this is not actually valid because `shape` cannot be passed to the array constructor:
`…
-
What can be done to better wrap the `elm.pipeline.steps` classes for appearance, `repr` - `str`?
Currently this is a repr of a Pipeline from PR #221 (run from the `elm/tests` directory):
```
…
-
This is what currently happens if a ggplot object raises an error:
``` R
library(ggplot2)
data repr_text.default does print -> evaluate registers a plot -> calls the handler for a plot.
IMO:
- thi…