Orbits
1
|
Public Member Functions | |
def | __init__ |
def | find |
Public Attributes | |
pattern | |
postproc | |
entries_path | |
Private Member Functions | |
def | _finder |
Static Private Attributes | |
__call__ = find | |
Finder that locates files based on entries in a file matched by a regular expression.
def setuptools.command.sdist.re_finder.__init__ | ( | self, | |
path, | |||
pattern, | |||
postproc = lambda x: x |
|||
) |
|
private |
def setuptools.command.sdist.re_finder.find | ( | self, | |
dirname = '' |
|||
) |
|
staticprivate |
setuptools.command.sdist.re_finder.entries_path |
setuptools.command.sdist.re_finder.pattern |
setuptools.command.sdist.re_finder.postproc |
Copyright 2014 Google Inc. All rights reserved.