platypush/examples
Fabio Manganiello 32b8296244
[#400] Dynamic logic to infer procedures/hooks arguments.
This allows procedures and event hooks to have more flexible signatures.
Along the lines of:

```python
@when(SomeEvent)
def hook(event):
  ...

@when(SomeOtherEvent)
def hook2():
  ...
```

Instead of supporting only the full context spec:

```python
@when(SomeEvent)
def hook(event, **ctx):
  ...
```

Closes: #400
2024-05-19 02:17:42 +02:00
..
config [#400] Dynamic logic to infer procedures/hooks arguments. 2024-05-19 02:17:42 +02:00
nginx Updated sample nginx configuration. 2023-09-01 01:09:38 +02:00
systemd systemd unit should depend on redis 2020-07-20 01:42:28 +02:00