MCPcopy Index your code
hub / github.com/kivy/python-for-android / info_notify

Function info_notify

pythonforandroid/logger.py:90–92  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

88
89
90def info_notify(s):
91 info('{}{}{}{}'.format(Err_Style.BRIGHT, Err_Fore.LIGHTBLUE_EX, s,
92 Err_Style.RESET_ALL))
93
94
95def shorten_string(string, max_width):

Callers 6

build_recipesFunction · 0.90
wrapper_funcFunction · 0.90
build_dist_from_argsFunction · 0.90
_adbMethod · 0.90
get_distributionMethod · 0.90
prebuild_archMethod · 0.90

Calls 1

formatMethod · 0.80

Tested by

no test coverage detected