Home
last modified time | relevance | path

Searched defs:frozenset (Results 1 – 25 of 76) sorted by relevance

1234

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/antlr3/
H A Dcompat.py36 frozenset = frozenset variable
38 from sets import Set as set, ImmutableSet as frozenset unknown
/dports/www/xist/ll-xist-5.34/src/antlr3/
H A Dcompat.py35 frozenset = frozenset variable
37 from sets import Set as set, ImmutableSet as frozenset unknown
/dports/devel/py-kitchen/kitchen-1.2.6/kitchen2/kitchen/pycompat24/sets/
H A D__init__.py54 frozenset = sets.ImmutableSet variable
/dports/devel/py-kitchen/kitchen-1.2.6/kitchen3/kitchen/pycompat24/sets/
H A D__init__.py51 frozenset = frozenset variable
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/community/
H A Dlukes.py133 def _value_of_cluster(cluster: frozenset):
141 def _weight_of_cluster(cluster: frozenset):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/resources/html5lib/src/html5lib/filters/
H A Dwhitespace.py5 from sets import ImmutableSet as frozenset unknown
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/
H A Dpython_compatibility.py18 frozenset = frozenset variable
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/epydoc/
H A Dcompat.py31 from sets import Set as set, ImmutableSet as frozenset unknown
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/resources/html5lib/src/html5lib/
H A Dconstants.py9 from sets import ImmutableSet as frozenset unknown
H A Dutils.py6 from sets import ImmutableSet as frozenset unknown
/dports/security/py-stem/stem-1.8.0/stem/util/
H A Dlru_cache.py37 fasttypes = set([int, str, frozenset, type(None)]), argument
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/glob2/glob2/
H A Dcompat.py22 fasttypes = set((int, str, frozenset, type(None))), argument
/dports/devel/py-glob2/glob2-0.7/glob2/
H A Dcompat.py22 fasttypes = set((int, str, frozenset, type(None))), argument
/dports/graphics/py-geomdl/geomdl-5.2.10/geomdl/
H A Dfunctools_lru_cache.py64 fasttypes=set([int, str, frozenset, type(None)])): argument
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/backports/
H A Dfunctools_lru_cache.py39 fasttypes=set([int, str, frozenset, type(None)]), argument
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/isort_container/backports/
H A Dfunctools_lru_cache.py44 fasttypes=set([int, str, frozenset, type(None)]), argument
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/backports/
H A Dfunctools_lru_cache.py44 fasttypes=set([int, str, frozenset, type(None)]), argument
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/backports/
H A Dfunctools_lru_cache.py44 fasttypes=set([int, str, frozenset, type(None)]), argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/resources/html5lib/src/html5lib/serializer/
H A Dhtmlserializer.py5 from sets import ImmutableSet as frozenset unknown
/dports/www/firefox-legacy/firefox-52.8.0esr/python/psutil/psutil/
H A D_compat.py70 fasttypes=set((int, str, frozenset, type(None))), argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/py/py/
H A D_builtin.py13 set, frozenset = set, frozenset variable
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/py/py/
H A D_builtin.py13 set, frozenset = set, frozenset variable
/dports/devel/py-py/py-1.9.0/py/
H A D_builtin.py13 set, frozenset = set, frozenset variable
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/psutil/psutil/
H A D_compat.py78 fasttypes=set((int, str, frozenset, type(None))), argument
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/python/
H A Dcompat.py136 frozenset = frozenset variable

1234