Loading...
Searching...
No Matches
Go to the documentation of this file.
8Fixture demonstrating correct func = "..." pattern with decorated functions.
12- Provide a compliant example with @decorator before def.
27from oc_diagnostics
import _dbg
36 func =
"decorated_handler"
37 _dbg(
"L3",
"Handling request", domain=
"TEST", func=func)