|
|
|
|
|
| addRedirect(self,
toTrove,
branchStr=None,
sourceFlavor=None,
targetFlavor=None,
fromTrove=None,
skipTargetMatching=False,
allowMultipleTargets=False) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
| _buildRedirect(self,
trvCsDict,
sourceFlavor,
sourceVersion,
rule,
target) |
source code
|
|
|
|
|
|
|
|
|
|
__init__(self,
repos,
cfg,
branch,
flavor,
extraMacros={})
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
Inherited from recipe.Recipe:
__getattr__,
__repr__,
doProcess,
extraSource,
fetchAllSources,
fetchLocalSources,
getSourcePathList,
isCrossCompileTool,
loadPolicy,
loadSourceActions,
move,
populateLcache,
prepSources,
recordCalls,
recordMove,
sourceMap,
unpackSources,
validate
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|