devwiki:litestar

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
devwiki:litestar [2023/08/25 09:11] yingdevwiki:litestar [2023/08/25 09:17] – [Concepts] ying
Line 18: Line 18:
 async def func_a() -> str: async def func_a() -> str:
  
-# same+# same as below, get("/") return a the get white-label function, and take func_a as component to output a different behaved white-label function, and use the same function variable func_a, (like a repackage of func_a in white-label box)
 func_a = get("/")(func_a) func_a = get("/")(func_a)
 </code> </code>
  
  • devwiki/litestar.txt
  • Last modified: 2023/08/29 09:31
  • by ying