vmware/pyvmomi-community-samples

Make method names pythonic

Open

#12 ouverte le 21 mai 2014

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)Python (914 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (972 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

https://github.com/vmware/pyvmomi-community-samples/blob/master/samples/create_random_marvel_vms.py#L121

Samples should use pythonic variable names, method names, and package names. That means using name_underscore and not nameCamelCase in many situations. There needs to be some patches that go out and find and scrub these non-pythonic (Java-like) names.

Guide contributeur