vmware/pyvmomi-community-samples

Make method names pythonic

Ouverte

#12 ouverte le 21 mai 2014

 (3 commentaires) (0 réaction) (0 personne assignée)Python (914 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (972 étoiles)
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