-
That is, if you have a function
sub foo(x, y, z) {
say(`The ${x} to the ${y} to the ${z}`);
}
You could call it as (for example)
foo("x", y="y", z="z");
Python impose…
masak updated
5 years ago
-
Operating system: Windows 10
Python Version: Python 3.11.2
CCXT version: 4.4.24
Freqtrade Version: freqtrade 2024.10
It would be convenient to have the **line** plot as one of the default options f…
-
### Description of the bug
Local override `docstring_style` for global configuration doesn't work.
### To Reproduce
Declare in mkdocs.yaml:
```
plugins:
- mkdocstrings:
enabled: t…
-
title says it all
-
❓ **I'm submitting a ...**
- [ ] 🐞 bug report
- [X] 🐣 feature request
- [ ] ❓ question about the decisions made in the repository
🐞 **Is your feature request related to a problem? Please describ…
-
https://google.github.io/styleguide/pyguide.html?showone=Comments#Comments
-
It would be nice to disable bold printing in Report and where it is also implemented. I Think, this should be possible by passing a --no-bold flag or something to bartib itself not its subcommands or …
-
Can we have support for python-brace-format translations?
-
Hi again,
I was wondering if there is any way to set css vars from python, and if not, if this feature could be introduced.
**Context**
I am trying to set a `@top-left` content string inside a tag…
-
As uncovered [here](https://github.com/meltano/meltano/pull/6506), we should be better documenting the docstring standards we have for Python.
In short, our docstring standard as of today is that w…