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

Function python2Present

lib/tinyfiledialogs/tinyfiledialogs.cpp:4274–4287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4272
4273
4274static int python2Present(void)
4275{
4276 static int lPython2Present = -1 ;
4277
4278 if ( lPython2Present < 0 )
4279 {
4280 lPython2Present = 0 ;
4281 strcpy(gPython2Name , "python2" ) ;
4282 if ( detectPresence(gPython2Name) ) lPython2Present = 1;
4283 if (tinyfd_verbose) printf("lPython2Present %d\n", lPython2Present) ;
4284 if (tinyfd_verbose) printf("gPython2Name %s\n", gPython2Name) ;
4285 }
4286 return lPython2Present ;
4287}
4288
4289
4290static int tkinter3Present(void)

Callers 2

tkinter2PresentFunction · 0.85
pythonDbusPresentFunction · 0.85

Calls 1

detectPresenceFunction · 0.85

Tested by

no test coverage detected