Searched refs:ENABLE_USER_SITE (Results 1 – 9 of 9) sorted by relevance
81 ENABLE_USER_SITE = None variable314 if ENABLE_USER_SITE and os.path.isdir(user_site):456 global PREFIXES, ENABLE_USER_SITE509 ENABLE_USER_SITE = False560 global ENABLE_USER_SITE570 if ENABLE_USER_SITE is None:571 ENABLE_USER_SITE = check_enableusersite()580 if ENABLE_USER_SITE:615 print("ENABLE_USER_SITE: %r" % ENABLE_USER_SITE)626 if ENABLE_USER_SITE:[all …]
70 ENABLE_USER_SITE = None variable272 if ENABLE_USER_SITE and os.path.isdir(user_site):519 global ENABLE_USER_SITE523 if ENABLE_USER_SITE is None:524 ENABLE_USER_SITE = check_enableusersite()525 if ENABLE_USER_SITE:537 if ENABLE_USER_SITE:572 print "ENABLE_USER_SITE: %r" % ENABLE_USER_SITE583 if ENABLE_USER_SITE:585 elif ENABLE_USER_SITE is False:[all …]
74 saved = site.ENABLE_USER_SITE78 site.ENABLE_USER_SITE = saved
96 :data:`ENABLE_USER_SITE` is true. This file is intended to be created in the112 .. data:: ENABLE_USER_SITE196 :data:`USER_SITE`, and finally the value of :data:`ENABLE_USER_SITE`.
36 if site.ENABLE_USER_SITE and not os.path.isdir(site.USER_SITE):186 @unittest.skipUnless(site.ENABLE_USER_SITE, "requires access to PEP 370 "
115 :data:`ENABLE_USER_SITE` is true. This file is intended to be created in the152 .. data:: ENABLE_USER_SITE239 :data:`USER_SITE`, and finally the value of :data:`ENABLE_USER_SITE`.
42 if site.ENABLE_USER_SITE and not os.path.isdir(site.USER_SITE):199 @unittest.skipUnless(site.ENABLE_USER_SITE, "requires access to PEP 370 "
161 if site.ENABLE_USER_SITE:192 if site.ENABLE_USER_SITE:265 if site.ENABLE_USER_SITE:370 if not self.user or not site.ENABLE_USER_SITE:1439 if site.ENABLE_USER_SITE:
2255 expecting this boolean variable should use ``site.ENABLE_USER_SITE``