# encoding: utf-8
# module scipy._lib.messagestream
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\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 0x000001C55E7709C0>'


# variables with complex values

__loader__ = None # (!) real value is '<_frozen_importlib_external.ExtensionFileLoader object at 0x000001C53F9ADC10>'

__spec__ = None # (!) real value is "ModuleSpec(name='scipy._lib.messagestream', loader=<_frozen_importlib_external.ExtensionFileLoader object at 0x000001C53F9ADC10>, origin='C:\\\\Users\\\\xukai\\\\Downloads\\\\??\\\\venv\\\\Lib\\\\site-packages\\\\scipy\\\\_lib\\\\messagestream.cp311-win_amd64.pyd')"

__test__ = {}

