vmware/pyvmomi-community-samples

Make method names pythonic

Open

#12 opened on 2014年5月21日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)Python (972 stars) (914 forks)batch import
enhancementhelp wanted

説明

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.

コントリビューターガイド

Make method names pythonic · vmware/pyvmomi-community-samples#12 | Good First Issue