Home
last modified time | relevance | path

Searched refs:newFunc (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A D__init__.py191 def newFunc(*args, **kwargs): function
197 newFunc.__name__ = func.__name__
198 newFunc.__doc__ = func.__doc__
199 newFunc.__dict__.update(func.__dict__)
200 return newFunc