vmware/pyvmomi-community-samples

Make method names pythonic

Open

#12 opened on May 21, 2014

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Python (914 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (972 stars)
PR merge metrics
 (No merged PRs in 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.

Contributor guide