|
|
__init__(self,
builder=None,
user=DEF_USER,
timeout=DEF_TIMEOUT,
destdir=DEF_DESTDIR,
chroot=DEF_CHROOT,
cont=False,
recurse=False,
repos=DEF_REPOS,
callback=None,
remote_basedir=DEF_REMOTE_BASEDIR,
remote_tempdir=None,
macros=DEF_MACROS,
lock=None,
buildroot_pkgs=DEF_BUILDROOT_PKGS)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|