MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / do_nothing

Function do_nothing

tortoise/cli/cli.py:55–56  ·  view source on GitHub ↗
(*_args, **_kwargs)

Source from the content-addressed store, hash-verified

53 """Patch event loop policy to work around ptpython signal handler bug on Windows."""
54
55 def do_nothing(*_args, **_kwargs) -> None:
56 return None
57
58 policy = get_event_loop_policy()
59 if loop_factory := getattr(policy, "_loop_factory", None):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…