Changes between Initial Version and Version 3 of Ticket #24283
- Timestamp:
- Nov 27, 2017, 4:14:23 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24283
-
Property
Commit
changed from
to
68b6a58e0e386aca4147568d0230f1aeaa2f83c3
-
Property
Dependencies
changed from
to
pynac-0.7.14
-
Property
Branch
changed from
to
u/rws/implement_expression_has_function_____
-
Property
Authors
changed from
to
Ralf Stephan
-
Property
Commit
changed from
-
Ticket #24283 – Description
initial v3 1 1 Very useful would be to support list arguments like `ex.has_function([sin,cos,tan], all=True)` and a fast implementation in Pynac. At the moment the functionality can be had by multiple calls to `has(...)` with wildcard expression (not function) arguments. 2 3 https://github.com/pynac/pynac/issues/290