MCPcopy Create free account
hub / github.com/black-sliver/PopTracker / python3Present

Function python3Present

lib/tinyfiledialogs/tinyfiledialogs.cpp:4258–4271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4256
4257
4258static int python3Present(void)
4259{
4260 static int lPython3Present = -1 ;
4261
4262 if ( lPython3Present < 0 )
4263 {
4264 lPython3Present = 0 ;
4265 strcpy(gPython3Name , "python3" ) ;
4266 if ( detectPresence(gPython3Name) ) lPython3Present = 1;
4267 if (tinyfd_verbose) printf("lPython3Present %d\n", lPython3Present) ;
4268 if (tinyfd_verbose) printf("gPython3Name %s\n", gPython3Name) ;
4269 }
4270 return lPython3Present ;
4271}
4272
4273
4274static int python2Present(void)

Callers 2

tkinter3PresentFunction · 0.85
pythonDbusPresentFunction · 0.85

Calls 1

detectPresenceFunction · 0.85

Tested by

no test coverage detected