kfdZddlZddlmZGddeZGddeZGdd eZGd d eZ erd Z n e d de _dZ dZ dS)zt Standardized versions of various cool and/or strange things that you can do with Python's reflection capabilities. N)PY3ceZdZdZdS)_NoModuleFoundz2 No module was found because none exists. N__name__ __module__ __qualname____doc__s/builddir/build/BUILD/imunify360-venv-2.3.5/opt/imunify360/venv/lib/python3.11/site-packages/jsonschema/_reflect.pyrrr rceZdZdZdS) InvalidNamezG The given name is not a dot-separated list of Python objects. Nrr r r rrrr rceZdZdZdS)ModuleNotFoundz_ The module associated with the given name doesn't exist and it can't be imported. Nrr r r rrr rceZdZdZdS)ObjectNotFoundz_ The object associated with the given name doesn't exist and it can't be imported. Nrr r r rr%rr rc,||)N)with_traceback) exception tracebacks r reraiser.s&&y111r zZdef reraise(exception, traceback): raise exception.__class__, exception, tracebackaZ Re-raise an exception, with an optional traceback, in a way that is compatible with both Python 2 and Python 3. Note that on Python 3, re-raised exceptions will be mutated, with their C{__traceback__} attribute being set. @param exception: The exception instance. @param traceback: The traceback to use, or C{None} indicating a new traceback. c t|S#t$r[tj\}}}|r3|jjd}|||krt |||j}|3twxYw)a Import the given name as a module, then walk the stack to determine whether the failure was the module not existing, or some code in the module (for example a dependent import) failing. This can be helpful to determine whether any actual application code was run. For example, to distiguish administrative error (entering the wrong module name), from programmer error (writing buggy code in a module that fails to import). @param importName: The name of the module to import. @type importName: C{str} @raise Exception: if something bad happens. This can be any type of exception, since nobody knows what loading some arbitrary code might do. @raise _NoModuleFound: if no module was found. r) __import__ ImportErrorsysexc_infotb_frame f_globalsrtb_nextr) importNameexcTypeexcValue excTracebackexecNames r _importAndCheckStackr(@s *%%%    *-,..'< 0#,6zBH8z#9#9,///'/L  0 s A%A6c|std|d}d|vrtd|d}|dd}|s|rJd|} t|}n[#t$r|Yn;wxYwt |dkrtd|t|d||}|ddD]}t||}|S) a Retrieve a Python object by its fully qualified name from the global Python module namespace. The first part of the name, that describes a module, will be discovered and imported. Each subsequent part of the name is treated as the name of an attribute of the object specified by all of the name which came before it. For example, the fully-qualified name of this object is 'twisted.python.reflect.namedAny'. @type name: L{str} @param name: The name of the object to return. @raise InvalidName: If the name is an empty string, starts or ends with a '.', or is otherwise syntactically incorrect. @raise ModuleNotFound: If the name is syntactically correct but the module it specifies cannot be imported because it does not appear to exist. @raise ObjectNotFound: If the name is syntactically correct, includes at least one '.', but the module it specifies cannot be imported because it does not appear to exist. @raise AttributeError: If an attribute of an object along the way cannot be accessed, or a module along the way is not found. @return: the Python object identified by 'name'. zEmpty module name.zMname must be a string giving a '.'-separated list of Python identifiers, not NzNo module named z does not name an object) rsplitjoinr(rpoplenrrgetattr)namenamestopLevelPackage moduleNames trialnameobjns r namedAnyr9_sG8 /-... JJsOOE  U{{k%)T ,-- -O(K M  M--I ""6y"A"A! " " "!!!!! "5zzQ$nTT%CDDD$TTT%KLLL M C 122Yc1oo Js#A33BB)r rjsonschema.compatr Exceptionr ValueErrorrrrrexecr(r9r r r r>s>   !!!!!!Y*[[<2222 D ;<<< ><<<<<r