Home
last modified time | relevance | path

Searched refs:BaseSet (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dsets.pyi4 _Setlike = Union[BaseSet[_T], Iterable[_T]]
7 class BaseSet(Iterable[_T]):
28 def issubset(self, other: BaseSet[_T]) -> bool: ...
30 def __le__(self, other: BaseSet[_T]) -> bool: ...
31 def __ge__(self, other: BaseSet[_T]) -> bool: ...
32 def __lt__(self, other: BaseSet[_T]) -> bool: ...
33 def __gt__(self, other: BaseSet[_T]) -> bool: ...
35 class ImmutableSet(BaseSet[_T], Hashable):
39 class Set(BaseSet[_T]):
58 class _TemporarilyImmutableSet(BaseSet[_T]):
[all …]
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2/
H A Dsets.pyi5 _Setlike = Union[BaseSet[_T], Iterable[_T]]
8 class BaseSet(Iterable[_T]):
29 def issubset(self, other: BaseSet[_T]) -> bool: ...
31 def __le__(self, other: BaseSet[_T]) -> bool: ...
32 def __ge__(self, other: BaseSet[_T]) -> bool: ...
33 def __lt__(self, other: BaseSet[_T]) -> bool: ...
34 def __gt__(self, other: BaseSet[_T]) -> bool: ...
36 class ImmutableSet(BaseSet[_T], Hashable):
40 class Set(BaseSet[_T]):
59 class _TemporarilyImmutableSet(BaseSet[_T]):
[all …]
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/@python2/
H A Dsets.pyi4 _Setlike = Union[BaseSet[_T], Iterable[_T]]
7 class BaseSet(Iterable[_T]):
28 def issubset(self, other: BaseSet[_T]) -> bool: ...
30 def __le__(self, other: BaseSet[_T]) -> bool: ...
31 def __ge__(self, other: BaseSet[_T]) -> bool: ...
32 def __lt__(self, other: BaseSet[_T]) -> bool: ...
33 def __gt__(self, other: BaseSet[_T]) -> bool: ...
35 class ImmutableSet(BaseSet[_T], Hashable):
39 class Set(BaseSet[_T]):
58 class _TemporarilyImmutableSet(BaseSet[_T]):
[all …]
/dports/lang/python27/Python-2.7.18/Lib/
H A Dsets.py65 class BaseSet(object): class
75 if self.__class__ is BaseSet:
132 if isinstance(other, BaseSet):
138 if isinstance(other, BaseSet):
183 if not isinstance(other, BaseSet):
201 if not isinstance(other, BaseSet):
346 if isinstance(iterable, BaseSet):
378 class ImmutableSet(BaseSet):
403 class Set(BaseSet):
446 if isinstance(other, BaseSet):
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dsets.py65 class BaseSet(object): class
75 if self.__class__ is BaseSet:
132 if isinstance(other, BaseSet):
138 if isinstance(other, BaseSet):
183 if not isinstance(other, BaseSet):
201 if not isinstance(other, BaseSet):
346 if isinstance(iterable, BaseSet):
378 class ImmutableSet(BaseSet):
403 class Set(BaseSet):
446 if isinstance(other, BaseSet):
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dsets.py65 class BaseSet(object): class
75 if self.__class__ is BaseSet:
132 if isinstance(other, BaseSet):
138 if isinstance(other, BaseSet):
183 if not isinstance(other, BaseSet):
201 if not isinstance(other, BaseSet):
346 if isinstance(iterable, BaseSet):
378 class ImmutableSet(BaseSet):
403 class Set(BaseSet):
446 if isinstance(other, BaseSet):
[all …]
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/scons/scons-local-2.3.3/SCons/compat/
H A D_scons_sets.py62 class BaseSet(object): class
72 if self.__class__ is BaseSet:
130 if isinstance(other, BaseSet):
136 if isinstance(other, BaseSet):
181 if not isinstance(other, BaseSet):
199 if not isinstance(other, BaseSet):
341 if isinstance(iterable, BaseSet):
373 class ImmutableSet(BaseSet):
398 class Set(BaseSet):
446 if isinstance(other, BaseSet):
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dsets.py65 class BaseSet(object): class
75 if self.__class__ is BaseSet:
132 if isinstance(other, BaseSet):
138 if isinstance(other, BaseSet):
183 if not isinstance(other, BaseSet):
201 if not isinstance(other, BaseSet):
346 if isinstance(iterable, BaseSet):
378 class ImmutableSet(BaseSet):
403 class Set(BaseSet):
446 if isinstance(other, BaseSet):
[all …]
/dports/graphics/photivo/photivo/scons-local-2.2.0/SCons/compat/
H A D_scons_sets.py62 class BaseSet(object): class
72 if self.__class__ is BaseSet:
130 if isinstance(other, BaseSet):
136 if isinstance(other, BaseSet):
181 if not isinstance(other, BaseSet):
199 if not isinstance(other, BaseSet):
341 if isinstance(iterable, BaseSet):
373 class ImmutableSet(BaseSet):
398 class Set(BaseSet):
446 if isinstance(other, BaseSet):
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/lib/scons-2.3.2/SCons/compat/
H A D_scons_sets.py62 class BaseSet(object): class
72 if self.__class__ is BaseSet:
130 if isinstance(other, BaseSet):
136 if isinstance(other, BaseSet):
181 if not isinstance(other, BaseSet):
199 if not isinstance(other, BaseSet):
341 if isinstance(iterable, BaseSet):
373 class ImmutableSet(BaseSet):
398 class Set(BaseSet):
446 if isinstance(other, BaseSet):
[all …]
/dports/science/PETSc/petsc-3.14.1/config/BuildSystem/config/
H A DsetsBackport.py79 class BaseSet(object): class
89 if self.__class__ is BaseSet:
146 if isinstance(other, BaseSet):
152 if isinstance(other, BaseSet):
197 if not isinstance(other, BaseSet):
215 if not isinstance(other, BaseSet):
357 if isinstance(iterable, BaseSet):
389 class ImmutableSet(BaseSet):
414 class Set(BaseSet):
462 if isinstance(other, BaseSet):
[all …]
H A DsetsOrdered.py80 class BaseSet(object): class
90 if self.__class__ is BaseSet:
159 if isinstance(other, BaseSet):
165 if isinstance(other, BaseSet):
209 if not isinstance(other, BaseSet):
227 if not isinstance(other, BaseSet):
236 if not isinstance(other, BaseSet):
407 class ImmutableSet(BaseSet):
432 class Set(BaseSet):
480 if isinstance(other, BaseSet):
[all …]
/dports/devel/py-testoob/testoob-1.15/src/testoob/compatibility/
H A Dsets.py83 class BaseSet(object): class
93 if self.__class__ is BaseSet:
150 if isinstance(other, BaseSet):
156 if isinstance(other, BaseSet):
201 if not isinstance(other, BaseSet):
219 if not isinstance(other, BaseSet):
361 if isinstance(iterable, BaseSet):
393 class ImmutableSet(BaseSet):
418 class Set(BaseSet):
466 if isinstance(other, BaseSet):
[all …]
/dports/graphics/py-pivy/pivy-0.6.6/scons/scons-local-1.2.0.d20090919/SCons/compat/
H A D_scons_sets.py79 class BaseSet(object): class
89 if self.__class__ is BaseSet:
146 if isinstance(other, BaseSet):
152 if isinstance(other, BaseSet):
197 if not isinstance(other, BaseSet):
215 if not isinstance(other, BaseSet):
357 if isinstance(iterable, BaseSet):
389 class ImmutableSet(BaseSet):
414 class Set(BaseSet):
462 if isinstance(other, BaseSet):
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/intrusive/example/
H A Ddoc_unordered_set.cpp39 typedef unordered_set<MyClass> BaseSet; typedef
58 BaseSet::bucket_type base_buckets[100]; in main()
64 BaseSet base_set(BaseSet::bucket_traits(base_buckets, 100)); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/intrusive/example/
H A Ddoc_unordered_set.cpp39 typedef unordered_set<MyClass> BaseSet; typedef
58 BaseSet::bucket_type base_buckets[100]; in main()
64 BaseSet base_set(BaseSet::bucket_traits(base_buckets, 100)); in main()
H A Ddoc_set.cpp41 typedef set< MyClass, compare<std::greater<MyClass> > > BaseSet; typedef
55 BaseSet baseset; in main()
71 BaseSet::reverse_iterator rbit(baseset.rbegin()); in main()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/intrusive/example/
H A Ddoc_unordered_set.cpp39 typedef unordered_set<MyClass> BaseSet; typedef
58 BaseSet::bucket_type base_buckets[100]; in main()
64 BaseSet base_set(BaseSet::bucket_traits(base_buckets, 100)); in main()
/dports/databases/percona57-server/boost_1_59_0/libs/intrusive/example/
H A Ddoc_unordered_set.cpp39 typedef unordered_set<MyClass> BaseSet; typedef
58 BaseSet::bucket_type base_buckets[100]; in main()
64 BaseSet base_set(BaseSet::bucket_traits(base_buckets, 100)); in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/intrusive/example/
H A Ddoc_unordered_set.cpp39 typedef unordered_set<MyClass> BaseSet; typedef
58 BaseSet::bucket_type base_buckets[100]; in main()
64 BaseSet base_set(BaseSet::bucket_traits(base_buckets, 100)); in main()
/dports/databases/percona57-client/boost_1_59_0/libs/intrusive/example/
H A Ddoc_unordered_set.cpp39 typedef unordered_set<MyClass> BaseSet; typedef
58 BaseSet::bucket_type base_buckets[100]; in main()
64 BaseSet base_set(BaseSet::bucket_traits(base_buckets, 100)); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/intrusive/example/
H A Ddoc_unordered_set.cpp39 typedef unordered_set<MyClass> BaseSet; typedef
58 BaseSet::bucket_type base_buckets[100]; in main()
64 BaseSet base_set(BaseSet::bucket_traits(base_buckets, 100)); in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/intrusive/example/
H A Ddoc_unordered_set.cpp39 typedef unordered_set<MyClass> BaseSet; typedef
58 BaseSet::bucket_type base_buckets[100]; in main()
64 BaseSet base_set(BaseSet::bucket_traits(base_buckets, 100)); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/intrusive/example/
H A Ddoc_unordered_set.cpp39 typedef unordered_set<MyClass> BaseSet; typedef
58 BaseSet::bucket_type base_buckets[100]; in main()
64 BaseSet base_set(BaseSet::bucket_traits(base_buckets, 100)); in main()
/dports/games/openttd/openttd-12.1/src/
H A Dbase_media_base.h49 struct BaseSet { struct
74 ~BaseSet() in ~BaseSet() argument
248 struct GraphicsSet : BaseSet<GraphicsSet, MAX_GFT, true> {
263 struct SoundsSet : BaseSet<SoundsSet, 1, true> {
303 struct MusicSet : BaseSet<MusicSet, NUM_SONGS_AVAILABLE, false> {

12345678