# encoding: utf-8
# module Scripts._testsinglephase
# from D:\project\A_Board\.venv\Scripts\_testsinglephase.pyd
# by generator 1.147
""" Test module _testsinglephase """

# imports
from _testsinglephase import error


# Variables with simple values

int_const = 1969

str_const = 'something different'

_module_initialized = 28883.2457283

# 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

# no classes
# variables with complex values

__loader__ = None # (!) real value is '<_frozen_importlib_external.ExtensionFileLoader object at 0x000001EDBA4C1260>'

__spec__ = None # (!) real value is "ModuleSpec(name='Scripts._testsinglephase', loader=<_frozen_importlib_external.ExtensionFileLoader object at 0x000001EDBA4C1260>, origin='D:\\\\project\\\\A_Board\\\\.venv\\\\Scripts\\\\_testsinglephase.pyd')"

