# encoding: utf-8
# module scipy._lib.messagestream
# from C:\Programs\Python\Python313\Lib\site-packages\scipy\_lib\messagestream.cp313-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import builtins as __builtins__ # <module 'builtins' (built-in)>
import os as os # C:\Programs\Python\Python313\Lib\os.py
import tempfile as tempfile # C:\Programs\Python\Python313\Lib\tempfile.py

# functions

def __reduce_cython__(*args, **kwargs): # real signature unknown
    pass

def __setstate_cython__(*args, **kwargs): # real signature unknown
    pass

# classes

class MessageStream(object):
    """
    Capture messages emitted to FILE* streams. Do this by directing them
        to a temporary file, residing in memory (if possible) or on disk.
    """
    def clear(self, *args, **kwargs): # real signature unknown
        pass

    def close(self, *args, **kwargs): # real signature unknown
        pass

    def get(self, *args, **kwargs): # real signature unknown
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __reduce__(self, *args, **kwargs): # real signature unknown
        pass

    def __setstate__(self, *args, **kwargs): # real signature unknown
        pass

    __pyx_vtable__ = None # (!) real value is '<capsule object NULL at 0x0000015AFE2857B0>'


# variables with complex values

__loader__ = None # (!) real value is '<_frozen_importlib_external.ExtensionFileLoader object at 0x0000015AFE235A90>'

__spec__ = None # (!) real value is "ModuleSpec(name='scipy._lib.messagestream', loader=<_frozen_importlib_external.ExtensionFileLoader object at 0x0000015AFE235A90>, origin='C:\\\\Programs\\\\Python\\\\Python313\\\\Lib\\\\site-packages\\\\scipy\\\\_lib\\\\messagestream.cp313-win_amd64.pyd')"

__test__ = {}

