-
If I use a [descriptor](https://docs.python.org/3/howto/descriptor.html) as at the end of this description, there are two problems with how the generated documentation for `Example.count` looks like:
…
-
#### ALL software version info
(this library, plus any other relevant software, e.g. bokeh, python, notebook, OS, browser, etc should be added within the dropdown below.)
Software Version Inf…
-
I found a bug when I attempt to mix metaclasses w/ `dataclassy`. Here is what I was doing:
```python
@abstractdataclass
class ConverterAPI(Generic[ABIType]):
...
@abstractmethod
de…
-
### Initial Checks
- [X] I have searched GitHub for a duplicate issue and I'm sure this is something new
- [X] I have searched Google & StackOverflow for a solution and couldn't find anything
- [X] I…
-
What version of Pydra are you using?
Pydra version: 0.14.1
Python version: 3.8.5
This is the follow-up to the caching issue from yesterdays jitsi meeting. I was able to load the _task.pklz now. T…
-
# Current Behavior
When implementing decorators it's often convenient to use a `Protocol` and `ParamSpec` to annotate the type they return. However, using a `Protocol` causes Pylance to hide the do…
-
**Feature**
Capability to copy a functions signature, related to `typing.ParamSpec`.
```py
def foo(a: str) -> None:
...
# pseudo code
def bar(*args: foo.args, **kwargs: foo.kwargs) -> f…
-
### Describe the bug
## The issue
Let's propose this simple example, and then I'll walk through its use case.
```python
from typing import Callable, ParamSpec, TypeVar, Generic
T = TypeVar('T…
-
# Feature request
Hey everyone. I recently came across this package and immediately fell in love; In fact, I am using it to build [a pretty damn project](https://github.com/brave-date/brave-date-se…
-
### Please make sure these conditions are met
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the latest version of anndata.
- [x] (o…