Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Public Attributes | Private Member Functions | Static Private Attributes | List of all members
setuptools.command.sdist.re_finder Class Reference
Inheritance diagram for setuptools.command.sdist.re_finder:
_object

Public Member Functions

def __init__
 
def find
 

Public Attributes

 pattern
 
 postproc
 
 entries_path
 

Private Member Functions

def _finder
 

Static Private Attributes

 __call__ = find
 

Detailed Description

Finder that locates files based on entries in a file matched by a
regular expression.

Constructor & Destructor Documentation

def setuptools.command.sdist.re_finder.__init__ (   self,
  path,
  pattern,
  postproc = lambda x: x 
)

Member Function Documentation

def setuptools.command.sdist.re_finder._finder (   self,
  dirname,
  filename 
)
private
def setuptools.command.sdist.re_finder.find (   self,
  dirname = '' 
)

Member Data Documentation

setuptools.command.sdist.re_finder.__call__ = find
staticprivate
setuptools.command.sdist.re_finder.entries_path
setuptools.command.sdist.re_finder.pattern
setuptools.command.sdist.re_finder.postproc

The documentation for this class was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.