NINJA-IDE

Module: pyflakes.py API

Implementation of the command-line I{pyflakes} tool.

Global Functions:

Function: check(codeString, filename) [at ln:13]

def check(codeString, filename):
Check the Python source given by C{codeString} for flakes.

@param codeString: The Python source to check.
@type codeString: C{str}

@param filename: The name of the file the source came from, used to report
errors.
@type filename: C{str}

@return: The number of warnings emitted.
@rtype: C{int}

Function: checkPath(filename) [at ln:70]

def checkPath(filename):
Check the given path, printing out any warnings detected.

@return: the number of warnings printed

Function: main() [at ln:82]

def main():

No description.

Contents © 2013 NINJA-IDE - Powered by Nikola and Documentor