# encoding: utf-8
# module PyQt6.QtSensors
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\PyQt6\QtSensors.pyd
# by generator 1.147
# no doc

# imports
import PyQt6.QtCore as __PyQt6_QtCore
import PyQt6.sip as __PyQt6_sip


class qoutputrange(__PyQt6_sip.simplewrapper):
    """
    qoutputrange()
    qoutputrange(a0: qoutputrange)
    """
    def __init__(self, a0=None): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object (if defined)"""


    accuracy = None # (!) real value is '<sip.variabledescriptor object at 0x0000014831683C80>'
    maximum = None # (!) real value is '<sip.variabledescriptor object at 0x0000014831683C00>'
    minimum = None # (!) real value is '<sip.variabledescriptor object at 0x0000014831683B80>'


