MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / extract_parameter_value

Method extract_parameter_value

lib/sqlalchemy/sql/lambdas.py:910–916  ·  view source on GitHub ↗
(
            current_fn, tracker_instrumented_fn, result
        )

Source from the content-addressed store, hash-verified

908 """
909
910 def extract_parameter_value(
911 current_fn, tracker_instrumented_fn, result
912 ):
913 wrapper = tracker_instrumented_fn.__globals__[name]
914 object.__getattribute__(wrapper, "_extract_bound_parameters")(
915 current_fn.__globals__[name], result
916 )
917
918 return extract_parameter_value
919

Callers

nothing calls this directly

Calls 1

__getattribute__Method · 0.45

Tested by

no test coverage detected