Home
last modified time | relevance | path

Searched refs:PBag (Results 1 – 25 of 45) sorted by relevance

12

/dports/www/firefox/firefox-99.0/third_party/python/pyrsistent/pyrsistent/
H A D_pbag.py10 class PBag(object): class
83 return PBag(newc)
143 if type(other) is not PBag:
163 if not isinstance(other, PBag):
177 if not isinstance(other, PBag):
195 if not isinstance(other, PBag):
233 Container.register(PBag)
234 Iterable.register(PBag)
235 Sized.register(PBag)
236 Hashable.register(PBag)
[all …]
H A Dtyping.pyi126 class PBag(Generic[T], Sized, Hashable):
127 def __add__(self, other: PBag[T]) -> PBag[T]: ...
128 def __and__(self, other: PBag[T]) -> PBag[T]: ...
133 def __or__(self, other: PBag[T]) -> PBag[T]: ...
134 def __sub__(self, other: PBag[T]) -> PBag[T]: ...
135 def add(self, elem: T) -> PBag[T]: ...
137 def remove(self, elem: T) -> PBag[T]: ...
138 def update(self, iterable: Iterable[T]) -> PBag[T]: ...
H A D__init__.pyi31 from pyrsistent.typing import PBag as PBag
123 def pbag(elements: Iterable[T]) -> PBag[T]: ...
124 def b(*elements: T) -> PBag[T]: ...
H A D__init__.py9 from pyrsistent._pbag import pbag, b, PBag
H A Dtyping.py52 class PBag(Container[T], Iterable[T], Sized, Hashable): class
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pyrsistent/pyrsistent/
H A D_pbag.py10 class PBag(object): class
83 return PBag(newc)
143 if type(other) is not PBag:
163 if not isinstance(other, PBag):
177 if not isinstance(other, PBag):
195 if not isinstance(other, PBag):
233 Container.register(PBag)
234 Iterable.register(PBag)
235 Sized.register(PBag)
236 Hashable.register(PBag)
[all …]
H A Dtyping.pyi126 class PBag(Generic[T], Sized, Hashable):
127 def __add__(self, other: PBag[T]) -> PBag[T]: ...
128 def __and__(self, other: PBag[T]) -> PBag[T]: ...
133 def __or__(self, other: PBag[T]) -> PBag[T]: ...
134 def __sub__(self, other: PBag[T]) -> PBag[T]: ...
135 def add(self, elem: T) -> PBag[T]: ...
137 def remove(self, elem: T) -> PBag[T]: ...
138 def update(self, iterable: Iterable[T]) -> PBag[T]: ...
H A D__init__.pyi31 from pyrsistent.typing import PBag as PBag
123 def pbag(elements: Iterable[T]) -> PBag[T]: ...
124 def b(*elements: T) -> PBag[T]: ...
H A D__init__.py9 from pyrsistent._pbag import pbag, b, PBag
H A Dtyping.py52 class PBag(Container[T], Iterable[T], Sized, Hashable): class
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pyrsistent/pyrsistent/
H A D_pbag.py10 class PBag(object): class
83 return PBag(newc)
143 if type(other) is not PBag:
163 if not isinstance(other, PBag):
177 if not isinstance(other, PBag):
195 if not isinstance(other, PBag):
233 Container.register(PBag)
234 Iterable.register(PBag)
235 Sized.register(PBag)
236 Hashable.register(PBag)
[all …]
H A Dtyping.pyi126 class PBag(Generic[T], Sized, Hashable):
127 def __add__(self, other: PBag[T]) -> PBag[T]: ...
128 def __and__(self, other: PBag[T]) -> PBag[T]: ...
133 def __or__(self, other: PBag[T]) -> PBag[T]: ...
134 def __sub__(self, other: PBag[T]) -> PBag[T]: ...
135 def add(self, elem: T) -> PBag[T]: ...
137 def remove(self, elem: T) -> PBag[T]: ...
138 def update(self, iterable: Iterable[T]) -> PBag[T]: ...
H A D__init__.pyi31 from pyrsistent.typing import PBag as PBag
123 def pbag(elements: Iterable[T]) -> PBag[T]: ...
124 def b(*elements: T) -> PBag[T]: ...
H A D__init__.py9 from pyrsistent._pbag import pbag, b, PBag
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pyrsistent/pyrsistent/
H A D_pbag.py10 class PBag(object): class
83 return PBag(newc)
143 if type(other) is not PBag:
163 if not isinstance(other, PBag):
177 if not isinstance(other, PBag):
195 if not isinstance(other, PBag):
233 Container.register(PBag)
234 Iterable.register(PBag)
235 Sized.register(PBag)
236 Hashable.register(PBag)
[all …]
H A Dtyping.pyi126 class PBag(Generic[T], Sized, Hashable):
127 def __add__(self, other: PBag[T]) -> PBag[T]: ...
128 def __and__(self, other: PBag[T]) -> PBag[T]: ...
133 def __or__(self, other: PBag[T]) -> PBag[T]: ...
134 def __sub__(self, other: PBag[T]) -> PBag[T]: ...
135 def add(self, elem: T) -> PBag[T]: ...
137 def remove(self, elem: T) -> PBag[T]: ...
138 def update(self, iterable: Iterable[T]) -> PBag[T]: ...
H A D__init__.pyi31 from pyrsistent.typing import PBag as PBag
123 def pbag(elements: Iterable[T]) -> PBag[T]: ...
124 def b(*elements: T) -> PBag[T]: ...
H A D__init__.py9 from pyrsistent._pbag import pbag, b, PBag
/dports/devel/py-pyrsistent/pyrsistent-0.14.11/pyrsistent/
H A D_pbag.py10 class PBag(object): class
83 return PBag(newc)
143 if type(other) is not PBag:
163 if not isinstance(other, PBag):
177 if not isinstance(other, PBag):
195 if not isinstance(other, PBag):
233 Container.register(PBag)
234 Iterable.register(PBag)
235 Sized.register(PBag)
236 Hashable.register(PBag)
[all …]
H A Dtyping.pyi121 class PBag(Generic[T], Sized, Hashable):
122 def __add__(self, other: PBag[T]) -> PBag[T]: ...
123 def __and__(self, other: PBag[T]) -> PBag[T]: ...
128 def __or__(self, other: PBag[T]) -> PBag[T]: ...
129 def __sub__(self, other: PBag[T]) -> PBag[T]: ...
130 def add(self, elem: T) -> PBag[T]: ...
132 def remove(self, elem: T) -> PBag[T]: ...
133 def update(self, iterable: Iterable[T]) -> PBag[T]: ...
H A D__init__.pyi21 from pyrsistent.typing import PBag as PBag
75 def pbag(elements: Iterable[T]) -> PBag[T]: ...
76 def b(*elements: Iterable[T]) -> PBag[T]: ...
H A Dtyping.py38 class PBag(Container[T], Iterable[T], Sized, Hashable): class
H A D__init__.py9 from pyrsistent._pbag import pbag, b, PBag
/dports/devel/py-poetry-core/poetry-core-1.0.7/poetry/core/_vendor/pyrsistent/
H A D_pbag.py10 class PBag(object): class
83 return PBag(newc)
143 if type(other) is not PBag:
163 if not isinstance(other, PBag):
177 if not isinstance(other, PBag):
195 if not isinstance(other, PBag):
233 Container.register(PBag)
234 Iterable.register(PBag)
235 Sized.register(PBag)
236 Hashable.register(PBag)
[all …]
H A D__init__.py9 from pyrsistent._pbag import pbag, b, PBag

12