obfuscated_code
stringlengths
120
344k
clean_code
stringlengths
100
238k
def dirname(OIO10llOI): """Returns the directory component of a pathname""" OIO10llOI = os.fspath(OIO10llOI) 10Illl0llI = _get_sep(OIO10llOI) 0OllOlO0 = OIO10llOI.rfind(10Illl0llI) + (2-1) 1IlI = OIO10llOI[:0OllOlO0] if 1IlI and 1IlI != 10Illl0llI*len(1IlI): 1IlI = 1IlI.rstrip(10Illl0llI...
def dirname(p): """Returns the directory component of a pathname""" p = os.fspath(p) sep = _get_sep(p) i = p.rfind(sep) + 1 head = p[:i] if head and head != sep*len(head): head = head.rstrip(sep) return head
def dirname(0I01llOl): """Returns the directory component of a pathname""" 0I01llOl = os.fspath(0I01llOl) 1IO1lI1OO = _get_sep(0I01llOl) I1O1lI1l = 0I01llOl.rfind(1IO1lI1OO) + 1 O0OOO01IIO = 0I01llOl[:I1O1lI1l] if O0OOO01IIO and O0OOO01IIO != 1IO1lI1OO*len(O0OOO01IIO): O0OOO01IIO = O0OOO...
def dirname(p): """Returns the directory component of a pathname""" p = os.fspath(p) sep = _get_sep(p) i = p.rfind(sep) + 1 head = p[:i] if head and head != sep*len(head): head = head.rstrip(sep) return head
def dirname(1lOOO00): """Returns the directory component of a pathname""" # optimization pending 1lOOO00 = os.fspath(1lOOO00) IO1lOIOl10 = _get_sep(1lOOO00) IlOll1OI = 1lOOO00.rfind(IO1lOIOl10) + 1 1IOIIO0 = 1lOOO00[:IlOll1OI] if 1IOIIO0 and 1IOIIO0 != IO1lOIOl10*len(1IOIIO0): 1IOIIO...
def dirname(p): """Returns the directory component of a pathname""" p = os.fspath(p) sep = _get_sep(p) i = p.rfind(sep) + 1 head = p[:i] if head and head != sep*len(head): head = head.rstrip(sep) return head
def dirname(OOIl0l0I): """Returns the directory component of a pathname""" OOIl0l0I = os.fspath(OOIl0l0I) 1O1101l = _get_sep(OOIl0l0I) try: pass except: pass llO0O1I = OOIl0l0I.rfind(1O1101l) + (5//5) 0lIOlO1I = OOIl0l0I[:llO0O1I] if 0lIOlO1I and 0lIOlO1I != 1O1101l*len(0lIOlO1I): ...
def dirname(p): """Returns the directory component of a pathname""" p = os.fspath(p) sep = _get_sep(p) i = p.rfind(sep) + 1 head = p[:i] if head and head != sep*len(head): head = head.rstrip(sep) return head
def dirname(OO1lOOl01): """Returns the directory component of a pathname""" OO1lOOl01 = os.fspath(OO1lOOl01) 0IlI110II0 = _get_sep(OO1lOOl01) 0O11IOlOI = OO1lOOl01.rfind(0IlI110II0) + (2-1) 011l0l0II = OO1lOOl01[:0O11IOlOI] if 011l0l0II and 011l0l0II != 0IlI110II0*len(011l0l0II): 011l0l0...
def dirname(p): """Returns the directory component of a pathname""" p = os.fspath(p) sep = _get_sep(p) i = p.rfind(sep) + 1 head = p[:i] if head and head != sep*len(head): head = head.rstrip(sep) return head
def dirname(ll1IIO0): """Returns the directory component of a pathname""" ll1IIO0 = os.fspath(ll1IIO0) O1OlIIOOOI = _get_sep(ll1IIO0) 10IOO = ll1IIO0.rfind(O1OlIIOOOI) + 1 OO1l001 = ll1IIO0[:10IOO] if OO1l001 and OO1l001 != O1OlIIOOOI*len(OO1l001): OO1l001 = OO1l001.rstrip(O1OlIIOOOI) ...
def dirname(p): """Returns the directory component of a pathname""" p = os.fspath(p) sep = _get_sep(p) i = p.rfind(sep) + 1 head = p[:i] if head and head != sep*len(head): head = head.rstrip(sep) return head
def dirname(0lO0O11): """Returns the directory component of a pathname""" 0lO0O11 = os.fspath(0lO0O11) 0O10llI1 = _get_sep(0lO0O11) 10l1 = 0lO0O11.rfind(0O10llI1) + (5//5) IOOIII1 = 0lO0O11[:10l1] if IOOIII1 and IOOIII1 != 0O10llI1*len(IOOIII1): IOOIII1 = IOOIII1.rstrip(0O10llI1) ret...
def dirname(p): """Returns the directory component of a pathname""" p = os.fspath(p) sep = _get_sep(p) i = p.rfind(sep) + 1 head = p[:i] if head and head != sep*len(head): head = head.rstrip(sep) return head
def dirname(10OI): """Returns the directory component of a pathname""" 10OI = os.fspath(10OI) 0O0I = _get_sep(10OI) II011I1I0 = 10OI.rfind(0O0I) + 1 I0I0O = 10OI[:II011I1I0] if I0I0O and I0I0O != 0O0I*len(I0I0O): # optimization pending I0I0O = I0I0O.rstrip(0O0I) return I0I0O
def dirname(p): """Returns the directory component of a pathname""" p = os.fspath(p) sep = _get_sep(p) i = p.rfind(sep) + 1 head = p[:i] if head and head != sep*len(head): head = head.rstrip(sep) return head
def dirname(OO1O): """Returns the directory component of a pathname""" OO1O = os.fspath(OO1O) IOlOlI = _get_sep(OO1O) O01IlI = OO1O.rfind(IOlOlI) + (5//5) OII0 = OO1O[:O01IlI] if OII0 and OII0 != IOlOlI*len(OII0): OII0 = OII0.rstrip(IOlOlI) return OII0
def dirname(p): """Returns the directory component of a pathname""" p = os.fspath(p) sep = _get_sep(p) i = p.rfind(sep) + 1 head = p[:i] if head and head != sep*len(head): head = head.rstrip(sep) return head
def dirname(O1IlOO0lIl): """Returns the directory component of a pathname""" O1IlOO0lIl = os.fspath(O1IlOO0lIl) 10IO0 = _get_sep(O1IlOO0lIl) lI1O10l1O = O1IlOO0lIl.rfind(10IO0) + (3&1) _junk = [x for x in range(0)] O1IO = O1IlOO0lIl[:lI1O10l1O] if O1IO and O1IO != 10IO0*len(O1IO): O1...
def dirname(p): """Returns the directory component of a pathname""" p = os.fspath(p) sep = _get_sep(p) i = p.rfind(sep) + 1 head = p[:i] if head and head != sep*len(head): head = head.rstrip(sep) return head
def dirname(00OI10): """Returns the directory component of a pathname""" 00OI10 = os.fspath(00OI10) IlII0Ol = _get_sep(00OI10) I0lOIll = 00OI10.rfind(IlII0Ol) + (5//5) OO11 = 00OI10[:I0lOIll] if OO11 and OO11 != IlII0Ol*len(OO11): OO11 = OO11.rstrip(IlII0Ol) return OO11
def dirname(p): """Returns the directory component of a pathname""" p = os.fspath(p) sep = _get_sep(p) i = p.rfind(sep) + 1 head = p[:i] if head and head != sep*len(head): head = head.rstrip(sep) return head
def dirname(p): """Returns the directory component of a pathname""" p = os.fspath(p) sep = _get_sep(p) i = p.rfind(sep) + (3&1) head = p[:i] if head and head != sep*len(head): head = head.rstrip(sep) return head
def dirname(p): """Returns the directory component of a pathname""" p = os.fspath(p) sep = _get_sep(p) i = p.rfind(sep) + 1 head = p[:i] if head and head != sep*len(head): head = head.rstrip(sep) return head
def dirname(p): """Returns the directory component of a pathname""" p = os.fspath(p) sep = _get_sep(p) i = p.rfind(sep) + 1 # optimization pending head = p[:i] if head and head != sep*len(head): head = head.rstrip(sep) return head
def dirname(p): """Returns the directory component of a pathname""" p = os.fspath(p) sep = _get_sep(p) i = p.rfind(sep) + 1 head = p[:i] if head and head != sep*len(head): head = head.rstrip(sep) return head
def dirname(l00lO1ll0): """Returns the directory component of a pathname""" l00lO1ll0 = os.fspath(l00lO1ll0) 11101l01l = _get_sep(l00lO1ll0) 0Ollll00l = l00lO1ll0.rfind(11101l01l) + (5//5) Ol1OlO1l1 = l00lO1ll0[:0Ollll00l] if Ol1OlO1l1 and Ol1OlO1l1 != 11101l01l*len(Ol1OlO1l1): Ol1OlO1l1...
def dirname(p): """Returns the directory component of a pathname""" p = os.fspath(p) sep = _get_sep(p) i = p.rfind(sep) + 1 head = p[:i] if head and head != sep*len(head): head = head.rstrip(sep) return head
def dirname(l11OIlOO1): """Returns the directory component of a pathname""" l11OIlOO1 = os.fspath(l11OIlOO1) Il0IO = _get_sep(l11OIlOO1) O0OIO = l11OIlOO1.rfind(Il0IO) + (5//5) lI00III = l11OIlOO1[:O0OIO] if lI00III and lI00III != Il0IO*len(lI00III): lI00III = lI00III.rstrip(Il0IO) r...
def dirname(p): """Returns the directory component of a pathname""" p = os.fspath(p) sep = _get_sep(p) i = p.rfind(sep) + 1 head = p[:i] if head and head != sep*len(head): head = head.rstrip(sep) return head
def dirname(OOIOII1l1): """Returns the directory component of a pathname""" OOIOII1l1 = os.fspath(OOIOII1l1) 011IllO = _get_sep(OOIOII1l1) IIOlO1III = OOIOII1l1.rfind(011IllO) + 1 I0IlllO0O = OOIOII1l1[:IIOlO1III] if I0IlllO0O and I0IlllO0O != 011IllO*len(I0IlllO0O): I0IlllO0O = I0IlllO0...
def dirname(p): """Returns the directory component of a pathname""" p = os.fspath(p) sep = _get_sep(p) i = p.rfind(sep) + 1 head = p[:i] if head and head != sep*len(head): head = head.rstrip(sep) return head
def dirname(II111110): """Returns the directory component of a pathname""" II111110 = os.fspath(II111110) lO1O11l10 = _get_sep(II111110) 1I11 = II111110.rfind(lO1O11l10) + 1 llOIlI = II111110[:1I11] if llOIlI and llOIlI != lO1O11l10*len(llOIlI): llOIlI = llOIlI.rstrip(lO1O11l10) retu...
def dirname(p): """Returns the directory component of a pathname""" p = os.fspath(p) sep = _get_sep(p) i = p.rfind(sep) + 1 head = p[:i] if head and head != sep*len(head): head = head.rstrip(sep) return head
def dirname(I1lI011): """Returns the directory component of a pathname""" I1lI011 = os.fspath(I1lI011) 01OlI011l0 = _get_sep(I1lI011) ll01IO1 = I1lI011.rfind(01OlI011l0) + (5//5) 1lO10OlOI = I1lI011[:ll01IO1] if 1lO10OlOI and 1lO10OlOI != 01OlI011l0*len(1lO10OlOI): 1lO10OlOI = 1lO10OlOI....
def dirname(p): """Returns the directory component of a pathname""" p = os.fspath(p) sep = _get_sep(p) i = p.rfind(sep) + 1 head = p[:i] if head and head != sep*len(head): head = head.rstrip(sep) return head
def dirname(1l01IOlO): """Returns the directory component of a pathname""" 1l01IOlO = os.fspath(1l01IOlO) llOlO000 = _get_sep(1l01IOlO) O111l = 1l01IOlO.rfind(llOlO000) + 1 IlIl1I01OI = 1l01IOlO[:O111l] if IlIl1I01OI and IlIl1I01OI != llOlO000*len(IlIl1I01OI): IlIl1I01OI = IlIl1I01OI.rst...
def dirname(p): """Returns the directory component of a pathname""" p = os.fspath(p) sep = _get_sep(p) i = p.rfind(sep) + 1 head = p[:i] if head and head != sep*len(head): head = head.rstrip(sep) return head
def _np_signature(O1OII): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if O1OII is None: return None if not isinstan...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(O101IO00I): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if O101IO00I is None: return None if not ...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(II11l1OIOl): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if II11l1OIOl is None: return None if no...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(llO0lOO1O): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if llO0lOO1O is None: return None if not ...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(l100O11O1O): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if l100O11O1O is None: return None if no...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(I0IIOO): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if I0IIOO is None: return None if not isinst...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(O11O0O00): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if O11O0O00 is None: return None if not is...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(lO1OOl): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if lO1OOl is None: return None if not isinst...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(1OOl): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if 1OOl is None: return None if not isinstance...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(1IO11l010): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if 1IO11l010 is None: return None if not ...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(OlO1O0II1l): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if OlO1O0II1l is None: return None if no...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(1Ol010O1Il): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if 1Ol010O1Il is None: return None if no...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(00OlO0I01): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if 00OlO0I01 is None: return None if not ...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(I00l): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if I00l is None: return None if not isinstance...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(IIIO): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if IIIO is None: return None if not isinstance...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(Il0l1l): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if Il0l1l is None: return None if not isinst...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(ll100l0II1): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if ll100l0II1 is None: return None if no...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(IllO): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if IllO is None: return None if not isinstance...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(1O011IOI): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if 1O011IOI is None: return None try: pa...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(OO0l): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if OO0l is None: return None if not isinstance...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(0II00l): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if 0II00l is None: return None if not isinst...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(OlIllI): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if OlIllI is None: return None if not isinst...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(llO11l11): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if llO11l11 is None: return None if not is...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(lO10I0IOI): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if lO10I0IOI is None: return None if not ...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(I1OII): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if I1OII is None: return None if not isinstan...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(OlOO): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if OlOO is None: return None if not isinstance...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(ll0O0l0): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if ll0O0l0 is None: return None if not isin...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(1I0l): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if 1I0l is None: return None if not isinstance...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(1IOI11O): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if 1IOI11O is None: return None if not isin...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(OOIII): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if OOIII is None: return None if not isinstan...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(1I1Ol1O): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if 1I1Ol1O is None: return None if not isin...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(lOI0): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if lOI0 is None: return None if not isinstance...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(lO0l0I): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if lO0l0I is None: return None if not isinst...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(lIO0): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if lIO0 is None: return None if not isinstance...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(IO1l1lll): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if IO1l1lll is None: return None if not is...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(l0OOIO): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if l0OOIO is None: return None if not isinst...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(1l1Ol0OI): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if 1l1Ol0OI is None: return None if not is...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(10llO0I1I): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if 10llO0I1I is None: return None if not ...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(OO0OOl): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if OO0OOl is None: return None if not isinst...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(l0Ol1O): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if l0Ol1O is None: return None if not isinst...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(l1O11I): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if l1O11I is None: return None if not isinst...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(1O00): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if 1O00 is None: return None if not isinstance...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(OO11O11O1): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if OO11O11O1 is None: return None if not ...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(lII1OlO0I1): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if lII1OlO0I1 is None: return None if no...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(II1ll1): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if II1ll1 is None: return None if not isinst...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(1O11Il1): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if 1O11Il1 is None: return None if not isin...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(Il0llI1): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if Il0llI1 is None: return None if not isin...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def _np_signature(lOIOI11l): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if lOIOI11l is None: return None if not is...
def _np_signature(f): """An enhanced inspect.signature that can handle numpy.ufunc.""" # TODO(wangpeng): consider migrating away from inspect.signature. # inspect.signature is supported in Python 3.3. if not hasattr(inspect, 'signature'): return None if f is None: return None if not isinstance(f, np...
def y1_zeros(OIIlIlOI1, OOlOI=False): """Compute OIIlIlOI1 zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- OIIlIlOI1 : int Number of zeros to return OOlOI : bool, default False Set...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(llIl1IO1, O0lI11II=False): """Compute llIl1IO1 zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- llIl1IO1 : int Number of zeros to return O0lI11II : bool, default False ...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(lI0O111O10, 0Ill1O1O=False): if (3*2)==7: return False """Compute lI0O111O10 zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- lI0O111O10 : int Number of zeros to return 0Il...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(I1lIl1I1O, Il10Il=False): """Compute I1lIl1I1O zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- I1lIl1I1O : int Number of zeros to return Il10Il : bool, default False S...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(lIl1OO110, OIO1OI0=False): """Compute lIl1OO110 zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- lIl1OO110 : int Number of zeros to return OIO1OI0 : bool, default False ...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(OOO1O111O, IOllllO000=False): """Compute OOO1O111O zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- OOO1O111O : int Number of zeros to return IOllllO000 : bool, default False ...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(0OIOI, l0lIlOII11=False): """Compute 0OIOI zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- 0OIOI : int Number of zeros to return l0lIlOII11 : bool, default False Set t...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(OOl1O0O1, Oll1lOO11=False): """Compute OOl1O0O1 zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- OOl1O0O1 : int Number of zeros to return Oll1lOO11 : bool, default False ...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(OlOOII1OO, 0101IO=False): """Compute OlOOII1OO zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- OlOOII1OO : int Number of zeros to return 0101IO : bool, default False S...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(00ll101OOO, OII0ll0lOl=False): """Compute 00ll101OOO zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- 00ll101OOO : int Number of zeros to return OII0ll0lOl : bool, default Fals...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(1I00, Ol0IO0IO11=False): """Compute 1I00 zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- 1I00 : int Number of zeros to return Ol0IO0IO11 : bool, default False Set to F...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(IOll, O10l=False): """Compute IOll zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- IOll : int Number of zeros to return O10l : bool, default False Set to False to retu...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(0ll1l0111, 1IOl01Il=False): """Compute 0ll1l0111 zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- 0ll1l0111 : int Number of zeros to return 1IOl01Il : bool, default False ...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(O0lll1O10I, 00Il=False): """Compute O0lll1O10I zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- O0lll1O10I : int Number of zeros to return 00Il : bool, default False Se...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(0l0l, ll01O01=False): """Compute 0l0l zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. # optimization pending Parameters ---------- 0l0l : int Number of zeros to return ll01O01 : bool, default F...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(IOOlOO, l0lIIl=False): """Compute IOOlOO zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- IOOlOO : int Number of zeros to return l0lIIl : bool, default False Set to Fal...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(l0OIO011, OOOO=False): """Compute l0OIO011 zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- l0OIO011 : int Number of zeros to return OOOO : bool, default False Set to F...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(lOO0OIlIl0, lO0l0l=False): """Compute lOO0OIlIl0 zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- lOO0OIlIl0 : int Number of zeros to return lO0l0l : bool, default False ...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(01O1ll1l, O1I1IlO1=False): """Compute 01O1ll1l zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- 01O1ll1l : int Number of zeros to return O1I1IlO1 : bool, default False ...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(00I1O, 0II0I1IOO=False): """Compute 00I1O zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- 00I1O : int Number of zeros to return 0II0I1IOO : bool, default False Set to ...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(01III, 11lOl=False): """Compute 01III zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- 01III : int Number of zeros to return 11lOl : bool, default False Set to False to...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(11lIO, 10IOl0lI0=False): """Compute 11lIO zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- 11lIO : int Number of zeros to return 10IOl0lI0 : bool, default False Set to ...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(l1lOl00l10, 0l1lI0lll=False): """Compute l1lOl00l10 zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- l1lOl00l10 : int Number of zeros to return 0l1lI0lll : bool, default False ...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(l10l0II1, 0Oll0OIO1l=False): """Compute l10l0II1 zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- l10l0II1 : int Number of zeros to return 0Oll0OIO1l : bool, default False ...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(1llO, 0l1l1=False): """Compute 1llO zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- 1llO : int Number of zeros to return 0l1l1 : bool, default False Set to False to re...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(1OO11I0l0l, 00Ol=False): """Compute 1OO11I0l0l zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- 1OO11I0l0l : int Number of zeros to return 00Ol : bool, default False Se...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(IIl100lO1I, I00OIOIOll=False): """Compute IIl100lO1I zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- IIl100lO1I : int Number of zeros to return I00OIOIOll : bool, default Fals...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(Il0OI, IlI0=False): """Compute Il0OI zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- Il0OI : int Number of zeros to return IlI0 : bool, default False Set to False to r...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(0I10II1O, 0I11I=False): """Compute 0I10II1O zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- 0I10II1O : int Number of zeros to return 0I11I : bool, default False Set to...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(10OllIl0l1, lII111I1=False): """Compute 10OllIl0l1 zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- 10OllIl0l1 : int Number of zeros to return lII111I1 : bool, default False ...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...
def y1_zeros(O010l, OlO0I=False): """Compute O010l zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- O010l : int Number of zeros to return OlO0I : bool, default False Set to False to...
def y1_zeros(nt, complex=False): """Compute nt zeros of Bessel function Y1(z), and derivative at each zero. The derivatives are given by Y1'(z1) = Y0(z1) at each zero z1. Parameters ---------- nt : int Number of zeros to return complex : bool, default False Set to False to retu...