Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
85
def
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
90
def
info_notify(s):
Callers
12
assemble_distribution
Method · 0.90
build_recipes
Function · 0.90
download_if_necessary
Method · 0.90
unpack
Method · 0.90
apply_patches
Method · 0.90
get_recipe_env
Method · 0.90
build_dist_from_args
Function · 0.90
_finish_package
Method · 0.90
unpack
Method · 0.90
should_build
Method · 0.85
build_arch
Method · 0.85
assemble_distribution
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected