Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(0) | Derive(0) | Import(1)
src/b/l/blaze-0.1/blaze/blfuncs.py blaze(Download)
frompyfunc) from . import blaze_kernels from .py3help import dict_iteritems, _strtypes, PY3 # A KernelTree is just the bare element-wise kernel functions
def add_template(self, func, signature=None): if signature is None: fc = func.__code__ if PY3 else func.func_code signature = '*(%s)' % (','.join(['*']*fc.co_argcount))