-
I think the Table class should follow the django convention of including a BaseTable class which does not declare a metaclass so that we can inherit from this and provide our own metaclass.
Use Cas…
-
Minimum running example for the error:
```python
import tsai.models.XResNet1d
import torch
import torch.nn
import ipdb
model = tsai.models.XResNet1d.xresnet1d50(c_in=1024, c_out=512)
optim…
-
I am using [custom_inherit](https://github.com/meowklaski/custom_inherit) package to automatically inherit docstrings. It would be great if pydocstyle could somehow detect that and not issue a D102 er…
mitar updated
5 years ago
-
# Feature or enhancement
### Proposal:
There were [breaking changes to `ctypes` in Python 3.13](https://docs.python.org/3.13/whatsnew/3.13.html#ctypes).
Projects like [`comtypes`](https://github.c…
-
On Debian Wheezy, trying to activate the plugin fails with following error:
/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_na…
-
So I would like to write documentation for Wapiti (in particular, before attacking #22). I think it will help me understand the internals better and will have the added benefit of making it easier for…
-
The documentation for _CtxMethodMixin.save_for_backward seems to imply that it accepts only tensor arguments:
https://github.com/pytorch/pytorch/blob/843c0230f2928aad61a6940688da3a6cd6c4cd57/torch/…
-
### Current Behavior
from gptcache.adapter.langchain_models import LangChainChat
Traceback (most recent call last):
File "/home/ld/miniconda3/envs/llm/lib/python3.10/runpy.py", line 196, in _ru…
-
This could be done by way of a decorator and a metaclass. I could slip that into `builtins`.
How does a type that inherits from a metaclass and a C class work?
-
I have been using codespell for a while on a codebase that includes the following link: https://blog.ionelmc.ro/2015/02/09/understanding-python-metaclasses/
I just used `pre-commit autoupdate` to u…