Searched refs:WorkingSet (Results 1 – 11 of 11) sorted by relevance
18 WorkingSet)75 ws = WorkingSet([])87 ws = WorkingSet([])94 ws = WorkingSet([])150 ws = WorkingSet([])171 ws = WorkingSet([]) # reset196 ws = WorkingSet([])202 ws = WorkingSet([])226 ws = WorkingSet([])242 ws = WorkingSet([])[all …]
471 ws = pkg_resources.WorkingSet([])
208 dist = pkg_resources.WorkingSet([env.paths['lib']]).find(req)
50 struct WorkingSet { struct51 WorkingSet() : lhs(nullptr), rhs(nullptr), result(nullptr) {} in WorkingSet() argument71 std::vector<WorkingSet> working_sets; argument82 working_sets.push_back(WorkingSet()); in init()89 WorkingSet& working_set() { return working_sets[current_set]; } in working_set()
122 >>> from pkg_resources import WorkingSet128 >>> ws = WorkingSet()135 >>> ws = WorkingSet([])187 >>> ws = WorkingSet([])199 You can ask a WorkingSet to ``find()`` a distribution matching a requirement::237 >>> ws = WorkingSet([])256 ``WorkingSet`` objects can be used to figure out what plugins in an269 >>> ws = WorkingSet([])
544 class WorkingSet(object): class771 ws = WorkingSet([])3099 working_set = WorkingSet._build_master()
117 WorkingSet179 ``WorkingSet`` Objects182 The ``WorkingSet`` class provides access to a collection of "active"183 distributions. In general, there is only one meaningful ``WorkingSet``188 ``sys.path``, and therefore may wish to create other ``WorkingSet`` instances.199 ``WorkingSet(entries=None)``200 Create a ``WorkingSet`` from an iterable of path entries. If `entries`204 Note that you will not normally construct ``WorkingSet`` instances222 Basic ``WorkingSet`` Methods225 The following methods of ``WorkingSet`` objects are also available as module-[all …]
1655 DWORD WorkingSet; /* number of objects in video memory */ member
60 Distribution, PathMetadata, EggMetadata, WorkingSet, DistributionNotFound,745 distros = WorkingSet([]).resolve(
1568 DWORD WorkingSet; member
1155 processing in WorkingSet due to refactor in v20.7.0.1168 in WorkingSet.1358 ``pkg_resources.WorkingSet`` and ``pkg_resources.Distribution``1770 occurred in ``pkg_resources.WorkingSet.find``. This release adds support