-
I don't think this adds much value. It would be more useful as a static attribute.
![image](https://github.com/user-attachments/assets/2047ef72-cfd9-47ee-b708-3dc7ecdb2926)
-
No, the following expression must be true, which it is not: `eval(repr(repository)) == repository`.
Please use the default methods from `dict` for the time being. In the future, we ca…
-
The new internal `data_type` has the two `public` operators
```
BOOST_CXX14_CONSTEXPR operator repr_type& () noexcept { return repr_; }
constexpr operator repr_type const& () const noe…
-
### Describe the bug
Some objects in Python land use the `_repr_mimebundle_` function to denote representing itself with a variety of ~~media types~~ mimetypes.
```python
class Example:
def __in…
-
Hi there!
I was looking at the `Token` definition, and noticed it doesn't have a `#[repr(C)]` attribute on it: https://github.com/raphaelrobert/privacypass/blob/2858da319ee37cdeead00fd9fa03ea53f778…
-
### Is your feature request related to a problem?
This is a just a small papercut. If I have a complex dtype, the repr is hard to read, all in one line:
```python
import ibis
dt = ibis.dtype(
…
-
I've just begun finally migrating from python-kasa 0.5 and received this exception on device needing an update.
```
Traceback (most recent call last):
File "/usr/home/admin/dev/pg3/udi-poly-k…
-
### Code
```Rust
trait MyTrait {
#[repr(align)]
fn myfun();
}
```
### Meta
`rustc --version --verbose`:
```
rustc 1.84.0-nightly (759e07f06 2024-10-30)
binary: rustc
commit-hash: 759e07…
-
Add support to clean values before comparison:
```python
import re
# Input strings
snapshot_value = "hello 12345.222"
repr_value = "hello 23434.333"
# Regex pattern to match numbers (both …
-
**Description**
I'm a fan of static frame's repr format. So much so that I think it would be convenient to use it to define small frames for testing/interactive purposes.
**Example**
My initi…