AllenNeuralDynamics / AllenNeuralDynamics/one-liner
Handle Function Signature Collision in named calls
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 3
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Because we can specify a named call with pre-specified args/kwargs, we need to additionally ensure that:
* the function signature is adjusted accordingly in the server schema
* the prespecified args/kwargs are not overwriting each other
* any additional args/kwargs when invoking the named call do not overwrite what's already specified.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.