Blender  V2.59
Functions | Variables
pep8 Namespace Reference

Functions

def file_list_py
def is_pep8
def main

Variables

int PEP8_SEEK_COMMENT = 40
string SKIP_PREFIX = "./tools"

Function Documentation

def pep8::file_list_py (   path)

Definition at line 42 of file pep8.py.

Referenced by main().

def pep8::is_pep8 (   path)

Definition at line 49 of file pep8.py.

Referenced by main().

def pep8::main ( )

Definition at line 71 of file pep8.py.

References file_list_py(), and is_pep8().


Variable Documentation

Definition at line 38 of file pep8.py.

string pep8::SKIP_PREFIX = "./tools"

Definition at line 39 of file pep8.py.