# encoding: utf-8
# module scipy.interpolate._fitpack
# from C:\Programs\Python\Python313\Lib\site-packages\scipy\interpolate\_fitpack.cp313-win_amd64.pyd
# by generator 1.147
# no doc
# no imports

# functions

def _insert(iopt, t, c, k, x, m): # real signature unknown; restored from __doc__
    """ [tt,cc,ier] = _insert(iopt,t,c,k,x,m) """
    pass

def _parcur(x, w, u, ub, ue, k, iopt, ipar, s, t, nest, wrk, iwrk, per): # real signature unknown; restored from __doc__
    """ [t,c,o] = _parcur(x,w,u,ub,ue,k,iopt,ipar,s,t,nest,wrk,iwrk,per) """
    pass

def _surfit(x, y, z, w, xb, xe, yb, ye, kx, ky, iopt, s, eps, tx, ty, nxest, nyest, wrk, lwrk1, lwrk2): # real signature unknown; restored from __doc__
    """ [tx,ty,c,o] = _surfit(x, y, z, w, xb, xe, yb, ye, kx,ky,iopt,s,eps,tx,ty,nxest,nyest,wrk,lwrk1,lwrk2) """
    pass

# classes

class error(Exception):
    # no doc
    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object"""



# variables with complex values

__loader__ = None # (!) real value is '<_frozen_importlib_external.ExtensionFileLoader object at 0x000002A71E43F950>'

__spec__ = None # (!) real value is "ModuleSpec(name='scipy.interpolate._fitpack', loader=<_frozen_importlib_external.ExtensionFileLoader object at 0x000002A71E43F950>, origin='C:\\\\Programs\\\\Python\\\\Python313\\\\Lib\\\\site-packages\\\\scipy\\\\interpolate\\\\_fitpack.cp313-win_amd64.pyd')"

