MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / extract_parameter_value

Method extract_parameter_value

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

__getattribute__Method · 0.45

Tested by

no test coverage detected