MCPcopy Index your code
hub / github.com/PySimpleGUI/PySimpleGUI / _random_error_emoji

Function _random_error_emoji

PySimpleGUI/PySimpleGUI.py:24443–24445  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24441
24442
24443def _random_error_emoji():
24444 c = random.choice(EMOJI_BASE64_SAD_LIST)
24445 return c
24446
24447
24448def _random_happy_emoji():

Callers 7

layoutMethod · 0.85
layoutMethod · 0.85
add_rowMethod · 0.85
layoutMethod · 0.85
add_rowMethod · 0.85
layoutMethod · 0.85
_error_popup_with_codeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected