# encoding: utf-8
# module dukpy._dukpy
# from C:\Programs\Python\Python313\Lib\site-packages\dukpy\_dukpy.cp313-win_amd64.pyd
# by generator 1.147
""" Provides Javascript support to Python through the duktape library. """
# no imports

# functions

def create_context(*args, **kwargs): # real signature unknown
    """ Create an interpreter context where to run code """
    pass

def eval_string(*args, **kwargs): # real signature unknown
    """ Run Javascript code from a string. """
    pass

# classes

class JSRuntimeError(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 0x000001D45ECE97B0>'

__spec__ = None # (!) real value is "ModuleSpec(name='dukpy._dukpy', loader=<_frozen_importlib_external.ExtensionFileLoader object at 0x000001D45ECE97B0>, origin='C:\\\\Programs\\\\Python\\\\Python313\\\\Lib\\\\site-packages\\\\dukpy\\\\_dukpy.cp313-win_amd64.pyd')"

