Searched defs:wrapper (Results 1 - 25 of 500) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/curses/
H A Dwrapper.py1 """curses.wrapper
3 Contains one function, wrapper(), which runs another function which
5 application raises an exception, wrapper() will restore the terminal
12 def wrapper(func, *args, **kwds): function
17 wrapper().
H A D__init__.py16 from curses.wrapper import wrapper namespace
23 # until initscr() has been called.) This wrapper function calls the
41 # This is a similar wrapper for start_color(), which adds the COLORS and
/prebuilts/gdb/linux-x86/lib/python2.7/curses/
H A Dwrapper.py1 """curses.wrapper
3 Contains one function, wrapper(), which runs another function which
5 application raises an exception, wrapper() will restore the terminal
12 def wrapper(func, *args, **kwds): function
17 wrapper().
H A D__init__.py16 from curses.wrapper import wrapper namespace
23 # until initscr() has been called.) This wrapper function calls the
41 # This is a similar wrapper for start_color(), which adds the COLORS and
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
H A Dwrapper.py1 """curses.wrapper
3 Contains one function, wrapper(), which runs another function which
5 application raises an exception, wrapper() will restore the terminal
12 def wrapper(func, *args, **kwds): function
17 wrapper().
H A D__init__.py16 from curses.wrapper import wrapper namespace
23 # until initscr() has been called.) This wrapper function calls the
41 # This is a similar wrapper for start_color(), which adds the COLORS and
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
H A Dwrapper.py1 """curses.wrapper
3 Contains one function, wrapper(), which runs another function which
5 application raises an exception, wrapper() will restore the terminal
12 def wrapper(func, *args, **kwds): function
17 wrapper().
H A D__init__.py16 from curses.wrapper import wrapper namespace
23 # until initscr() has been called.) This wrapper function calls the
41 # This is a similar wrapper for start_color(), which adds the COLORS and
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/utils/libcxx/test/
H A Dtracing.py15 def wrapper(*args, **kwargs): function in function:trace_function
33 return wrapper
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/test/
H A Dtracing.py15 def wrapper(*args, **kwargs): function in function:trace_function
33 return wrapper
/prebuilts/gdb/darwin-x86/include/python2.7/
H A Ddescrobject.h29 wrapperfunc wrapper; member in struct:wrapperbase
36 #define PyWrapperFlag_KEYWORDS 1 /* wrapper function takes keyword args */
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dpkgutil.py34 def wrapper(*args, **kw): function in function:simplegeneric
55 wrapper.__name__ = func.__name__
65 wrapper.__dict__ = func.__dict__
66 wrapper.__doc__ = func.__doc__
67 wrapper.register = register
68 return wrapper
251 # normal; i.e. this is just a wrapper for standard import machinery
372 If there is no importer, a wrapper around the basic import
373 machinery is returned. This wrapper is never inserted into
445 mechanism, a wrapper aroun
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dinspect_fodder2.py3 def wrapper(func): function in function:wrap
5 return wrapper
H A Dtest_pep352.py23 def wrapper(*args, **kw): function in function:ignore_deprecation_warnings
26 return wrapper
/prebuilts/gdb/linux-x86/include/python2.7/
H A Ddescrobject.h29 wrapperfunc wrapper; member in struct:wrapperbase
36 #define PyWrapperFlag_KEYWORDS 1 /* wrapper function takes keyword args */
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dpkgutil.py34 def wrapper(*args, **kw): function in function:simplegeneric
55 wrapper.__name__ = func.__name__
65 wrapper.__dict__ = func.__dict__
66 wrapper.__doc__ = func.__doc__
67 wrapper.register = register
68 return wrapper
251 # normal; i.e. this is just a wrapper for standard import machinery
372 If there is no importer, a wrapper around the basic import
373 machinery is returned. This wrapper is never inserted into
445 mechanism, a wrapper aroun
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dinspect_fodder2.py3 def wrapper(func): function in function:wrap
5 return wrapper
H A Dtest_pep352.py23 def wrapper(*args, **kw): function in function:ignore_deprecation_warnings
26 return wrapper
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Ddescrobject.h29 wrapperfunc wrapper; member in struct:wrapperbase
36 #define PyWrapperFlag_KEYWORDS 1 /* wrapper function takes keyword args */
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dpkgutil.py34 def wrapper(*args, **kw): function in function:simplegeneric
55 wrapper.__name__ = func.__name__
65 wrapper.__dict__ = func.__dict__
66 wrapper.__doc__ = func.__doc__
67 wrapper.register = register
68 return wrapper
251 # normal; i.e. this is just a wrapper for standard import machinery
372 If there is no importer, a wrapper around the basic import
373 machinery is returned. This wrapper is never inserted into
445 mechanism, a wrapper aroun
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dinspect_fodder2.py3 def wrapper(func): function in function:wrap
5 return wrapper
H A Dtest_pep352.py23 def wrapper(*args, **kw): function in function:ignore_deprecation_warnings
26 return wrapper
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Ddescrobject.h29 wrapperfunc wrapper; member in struct:wrapperbase
36 #define PyWrapperFlag_KEYWORDS 1 /* wrapper function takes keyword args */
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dpkgutil.py34 def wrapper(*args, **kw): function in function:simplegeneric
55 wrapper.__name__ = func.__name__
65 wrapper.__dict__ = func.__dict__
66 wrapper.__doc__ = func.__doc__
67 wrapper.register = register
68 return wrapper
251 # normal; i.e. this is just a wrapper for standard import machinery
372 If there is no importer, a wrapper around the basic import
373 machinery is returned. This wrapper is never inserted into
445 mechanism, a wrapper aroun
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dinspect_fodder2.py3 def wrapper(func): function in function:wrap
5 return wrapper

Completed in 328 milliseconds

1234567891011>>