mytoolbox.mymodule1.myGlobalFunction

myGlobalFunction(arg1, arg2)[source]

This is a global function.

Parameters
  • arg1 (str) – Pass this in first.

  • arg2 (bool) – Pass this in second.

Return type

bool

Returns

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