vmware/pyvmomi-community-samples

Make method names pythonic

Open

#12 aberto em 21 de mai. de 2014

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)Python (914 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (972 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador