dgpb

Results 11 issues of dgpb

Hello, lovely package. It seems that it has a lot of features that are not documented. Would be nice to see a docstring of `Retrying.__init__` or actual `retry` decorator. In...

After `p = ObjectProxy(obj)` has been constructed, is there any way to retrieve `p.__dict__` of the `ProxyObject` and not the `__wrapped__`? I have found that I can set attributes to...

Hello I have a code: ```python class A: string = 'Hello' @property def __doc__(self): return self.string class MyCustomProxy(wrapt.ObjectProxy): pass if __name__ == '__main__': a = A() dmw = wrapt.ObjectProxy(a) dmwc...

```bash bumpver test '2023.1053-b0' 'YYYY.BUILD[-PYTAGNUM]' --tag-num # 2023.1054-b0 ```

enhancement

So decorators have very strict syntax, while in reality, any valid python expression can be used when decorating. See github's highlighting below too. * **Editor name and version**: Sublime Text...

### Problem description This is just a follow up on [stack](https://stackoverflow.com/questions/60411960/using-data-line-widths-in-bokeh) The owner of the stack thread decided not to issue a feature request, but I decided to do so....

type: discussion

### Proposed new feature or change: This is to follow up the discussion in the mailing list. From my POV, sum for medium sized arrays (50k+) often becomes a bottleneck...

The following papers: pap [Yang, Deb] Engineering Optimisation by Cuckoo Search 2009 pap [Yang, Deb] Cuckoo Search via Levy Flights 2009 Provide results which I am not able to reproduce....

### Describe the bug See code. Pure python mode. ### Code to reproduce the behaviour: ```cython _CLASSMETHOD = classmethod class A: a = classmethod b = _CLASSMETHOD ``` test ```python...

As I already had implementation I though PR might be helpful for others to see and evaluate. From all the different extensions of `functools.partial` I think this one is the...

awaiting core review