mytoolbox.mymodule1.myGlobalFunction

mytoolbox.mymodule1.myGlobalFunction(arg1: str, arg2: bool) → bool

This is a global function.

Parameters
  • arg1 – Pass this in first.

  • arg2 – Pass this in second.

Returns

Whether to go (True) or not go (False).