MCPcopy Create free account
hub / github.com/Francis-Rings/FlashPortrait / inner

Function inner

wan/models/__init__.py:31–32  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

29 # --------------------------------------------------------------- #
30 def simple_wrapper(func):
31 def inner(*args, **kwargs):
32 return func(*args, **kwargs)
33 return inner
34
35 # --------------------------------------------------------------- #

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected