# encoding: utf-8
# module _testsinglephase
# from C:\Programs\Python\Python313\DLLs\_testsinglephase.pyd
# by generator 1.147
""" Test module _testsinglephase """
# no imports

# Variables with simple values

int_const = 1969

str_const = 'something different'

_module_initialized = 28549.7318983

# functions

def initialized_count(): # real signature unknown; restored from __doc__
    """
    initialized_count()
    
    Return how many times the module has been initialized.
    """
    pass

def look_up_self(): # real signature unknown; restored from __doc__
    """
    look_up_self()
    
    Return the module associated with this module's def.m_base.m_index.
    """
    pass

def state_initialized(): # real signature unknown; restored from __doc__
    """
    state_initialized()
    
    Return the seconds-since-epoch when the module state was initialized.
    """
    pass

def sum(i, j): # real signature unknown; restored from __doc__
    """
    sum(i,j)
    
    Return the sum of i and j.
    """
    pass

def _clear_globals(): # real signature unknown; restored from __doc__
    """
    _clear_globals()
    
    Free all global state and set it to uninitialized.
    """
    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 0x000002B671909260>'

__spec__ = None # (!) real value is "ModuleSpec(name='_testsinglephase', loader=<_frozen_importlib_external.ExtensionFileLoader object at 0x000002B671909260>, origin='C:\\\\Programs\\\\Python\\\\Python313\\\\DLLs\\\\_testsinglephase.pyd')"

