AllenNeuralDynamics / AllenNeuralDynamics/device-spinner
Provide more succinct syntax option
Offen
- Vorherrschende Sprache
- Python
- Sterne
- 0
- Forks
- 0
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.