Home
last modified time | relevance | path

Searched defs:adict (Results 1 – 25 of 110) sorted by relevance

12345

/dports/devel/py-rauth/rauth-0.7.2/rauth/
H A Dcompat.py18 def iteritems(adict): argument
31 def iteritems(adict): argument
/dports/devel/py-persistent/persistent-4.7.0/persistent/
H A Dwref.py77 def __init__(self, adict=None, **kwargs): argument
122 def update(self, adict): argument
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ovis/samples/
H A Daruco_ar_demo.py5 adict = cv.aruco.Dictionary_get(cv.aruco.DICT_4X4_50) variable
H A Daruco_ar_demo.cpp27 Ptr<aruco::Dictionary> adict = aruco::getPredefinedDictionary(aruco::DICT_4X4_50); in main() local
/dports/science/py-obspy/obspy-1.2.2/obspy/core/util/
H A Dattribdict.py116 def __setstate__(self, adict): argument
143 def update(self, adict={}): argument
/dports/textproc/py-pyexcel/pyexcel-0.6.7/pyexcel/plugins/sources/pydata/
H A Ddictsource.py23 self, adict, with_keys=True, sheet_name=DEFAULT_SHEET_NAME, **keywords argument
/dports/science/py-ase/ase-3.22.0/ase/io/
H A Dcif_unicode.py398 def multiple_replace(text: str, adict) -> str: argument
/dports/misc/tvm/incubator-tvm-0.6.1/nnvm/src/compiler/
H A Dgraph_hash.cc183 AttrDict adict = GetAttrDict(anode.source->attrs); in GraphDeepCompare() local
186 auto fmatch = [&err, &anode](const AttrDict& adict, const AttrDict& bdict) { in GraphDeepCompare()
/dports/misc/py-tvm/incubator-tvm-0.6.1/nnvm/src/compiler/
H A Dgraph_hash.cc183 AttrDict adict = GetAttrDict(anode.source->attrs); in GraphDeepCompare() local
186 auto fmatch = [&err, &anode](const AttrDict& adict, const AttrDict& bdict) { in GraphDeepCompare()
/dports/www/py-django-common-helpers/django-common-helpers-0.9.2/django_common/
H A Dclassmaker.py61 def make_class(name, bases, adict): argument
/dports/devel/py-traits/traits-6.3.2/traits/tests/
H A Dtest_trait_dict_list_set_event.py24 adict = Dict({'red': 255, 'blue': 0, 'green': 127}) variable in Foo
H A Dtest_trait_list_dict.py25 adict = Dict(Str, Int, dict(a=1, b=2)) variable in A
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/tests/
H A Djsonwalker.py66 def _walk(self, adict): argument
/dports/security/krb5/krb5-1.19.2/src/tests/
H A Djsonwalker.py66 def _walk(self, adict): argument
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/rapid/samples/
H A Dtrack_marker.py5 adict = cv.aruco.Dictionary_get(cv.aruco.DICT_4X4_50) variable
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/storage/netapp/
H A Dna_ontap_svm.py377 def add_parameter_to_dict(self, adict, name, key=None, tostr=False): argument
H A Dna_ontap_flexcache.py176 def add_parameter_to_dict(self, adict, name, key=None, tostr=False): argument
/dports/math/py-numpy/numpy-1.20.3/numpy/distutils/
H A Dfrom_template.py115 def unique_key(adict): argument
H A Dconv_template.py292 def unique_key(adict): argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp/azure/plugins/modules/
H A Dazure_rm_netapp_volume.py201 def replace_list_of_objects_with_list_of_dicts(adict, key): argument
/dports/textproc/py-docutils/docutils-0.17.1/test/
H A Dtest_language.py100 def _invert(self, adict): argument
/dports/textproc/py-pyexcel/pyexcel-0.6.7/pyexcel/plugins/sources/
H A Ddb_sources.py115 def _set_dictionary_key(adict, sheet_name): argument
/dports/irc/quirc/quirc-0.9.84/data/
H A Dinfo.tcl43 proc adict {dict word} { procedure
/dports/math/py-numpy/numpy-1.20.3/numpy/core/
H A D_internal.py25 def _makenames_list(adict, align): argument
55 def _usefields(adict, align): argument
/dports/net/gnu-dico/dico-2.10/examples/
H A Dtextdict.py53 adict = {} variable in DicoModule

12345