vmware/pyvmomi-community-samples

Make method names pythonic

Open

#12 创建于 2014年5月21日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Python (972 star) (914 fork)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.

贡献者指南