vmware/pyvmomi-community-samples

Make method names pythonic

オープン

#12 opened on 2014/05/21

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Python (914 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (972 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

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