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

Function info_main

pythonforandroid/logger.py:85–87  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

83
84
85def info_main(*args):
86 logger.info(''.join([Err_Style.BRIGHT, Err_Fore.GREEN] + list(args) +
87 [Err_Style.RESET_ALL, Err_Fore.RESET]))
88
89
90def info_notify(s):

Callers 12

assemble_distributionMethod · 0.90
build_recipesFunction · 0.90
download_if_necessaryMethod · 0.90
unpackMethod · 0.90
apply_patchesMethod · 0.90
get_recipe_envMethod · 0.90
build_dist_from_argsFunction · 0.90
_finish_packageMethod · 0.90
unpackMethod · 0.90
should_buildMethod · 0.85
build_archMethod · 0.85
assemble_distributionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected