Malte Kliemann
Malte Kliemann
```python very_long_variable_name = [1231980429, -23183829038120, -32189308390, -1382928391083290, 18239018391203892, -78129380391839201, 714128390283, -23138290831] ``` gets simplified to ```python very_long_variable_name = [1231980429, - 23183829038120, - 32189308390, - 1382928391083290, 18239018391203892, - 78129380391839201, 714128390283, -...
## Python Code ```python def func(foo, bar, baz, ham, spam, eggs, qux, quux, quuux): pass def func(foo, bar, baz, ham, spam, eggs, qux, quux, quuux): pass ``` The idea here...
--- ## Python Code ```python def function_short(first, second, third, foo, bar, baz, eggs, ham, spam) -> None: pass def function_short(first, second, third, foo, bar, baz, eggs, ham, spam, some_more, even_longer,...
--- ## Python Code ```python # example.py [very_long_item_name for very_long_item_name in function(something) if condition] ``` ## Result ```python [very_long_item_name for very_long_item_name in function( something) if condition] ``` This is hard...
### Versions - Python: 3.9.7 - OS: macOS Monterey 12.1 - Pymodbus: 2.5.3 (dev) - Modbus Hardware (if used): None ### Pymodbus Specific * Server: tcp/async * Client: tcp/async ###...
According to https://wiki.polkadot.network/docs/build-node-interaction#fetching-a-block, `partialFee` contains the weight and length fee, not just the weight fee.
Just a short summary of the plan I discussed yesterday. # Motivation The problem that we're facing: Suppose you want to create a market: "How many gold medals will XYZ...
For example, we should have tests that verify that the origins we define in the runtime (for example `RootOrHalfOfTechnicalCommittee` actually do what they say they do.