Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
90
def
info_notify(s):
91
info(
'{}{}{}{}'
.format(Err_Style.BRIGHT, Err_Fore.LIGHTBLUE_EX, s,
92
Err_Style.RESET_ALL))
93
94
95
def
shorten_string(string, max_width):
Callers
6
build_recipes
Function · 0.90
wrapper_func
Function · 0.90
build_dist_from_args
Function · 0.90
_adb
Method · 0.90
get_distribution
Method · 0.90
prebuild_arch
Method · 0.90
Calls
1
format
Method · 0.80
Tested by
no test coverage detected