AllenNeuralDynamics / AllenNeuralDynamics/device-spinner
Provide more succinct syntax option
Aberta
- Linguagem predominante
- Python
- Estrelas
- 0
- Forks
- 0
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Since config file lines can be a premium resource in large configs, we can fold the `module` and `class` line into one line by placing the entire path to the class in the driver separated by `.`'s.
If the `module` field is missing, we can try extracting if from the class
from:
```yaml
module: builtins
class: dict
```
to
```yaml
class: builtins.dict
```
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.