platypush/platypush/plugins/inspect
Fabio Manganiello 4062ddbcf0
continuous-integration/drone/push Build is passing Details
More improvements to the `inspect` plugin.
- Support for distinct `type` field on constructor and method arguments.

- Added `has_varargs` field.

- Added `required` field.

- Better logic for parsing arguments `default` values.
2023-08-08 20:47:27 +02:00
..
_parsers Fixed handling of `:meth:` docstring annotations with relative paths. 2023-05-22 16:32:30 +02:00
__init__.py The `inspect` plugin should not fail hard if the cache couldn't be loaded. 2023-06-28 01:33:12 +02:00
_context.py Large refactor for the `inspect` plugin. 2023-05-17 00:05:22 +02:00
_model.py More improvements to the `inspect` plugin. 2023-08-08 20:47:27 +02:00
_serialize.py Use reflection to infer the arguments of a Python user procedure 2023-05-17 17:17:59 +02:00
manifest.yaml Moved to manifest files for describing plugins and backends and their dependencies 2021-09-16 17:53:40 +02:00