# encoding: utf-8
# module scipy._lib.messagestream
# from C:\Programs\Python\Python311\Lib\site-packages\scipy-1.11.0rc1-py3.11-win-amd64.egg\scipy\_lib\messagestream.cp311-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\Python311\Lib\os.py
import tempfile as tempfile # C:\Programs\Python\Python311\Lib\tempfile.py

# no functions
# 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 0x000002297EF43420>'


# variables with complex values

__loader__ = None # (!) real value is '<_frozen_importlib_external.ExtensionFileLoader object at 0x0000022966152890>'

__spec__ = None # (!) real value is "ModuleSpec(name='scipy._lib.messagestream', loader=<_frozen_importlib_external.ExtensionFileLoader object at 0x0000022966152890>, origin='C:\\\\Programs\\\\Python\\\\Python311\\\\Lib\\\\site-packages\\\\scipy-1.11.0rc1-py3.11-win-amd64.egg\\\\scipy\\\\_lib\\\\messagestream.cp311-win_amd64.pyd')"

__test__ = {}

