Home
last modified time | relevance | path

Searched defs:module_dict (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/
Derrnomodule.c50 _add_errcode(PyObject *module_dict, PyObject *error_dict, const char *name_str, int code_int) in _add_errcode()
82 PyObject *module_dict = PyModule_GetDict(module); in errno_exec() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_sugared_value.cpp412 auto module_dict = self->getSugaredDict(loc, m); in recurseThroughNestedModules() local
877 auto module_dict = getSugaredDict(loc, m); in iter() local
880 auto module_dict = getSugaredDict(loc, m); in iter() local
883 auto module_dict = getSugaredNamedParameterList(loc, m); in iter() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dregister_prim_ops_fulljit.cpp183 IValue module_dict = pop(stack); in __anon1bf66a481102() local
H A Dregister_prim_ops.cpp3414 IValue module_dict = pop(stack); in __anonbfe5918fb302() local
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dconnection.c1429 PyObject* module_dict; in pysqlite_connection_iterdump() local
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Denvironment.py962 def from_module_dict(cls, environment, module_dict, globals): argument
/aosp_15_r20/external/python/jinja/src/jinja2/
Denvironment.py1000 def from_module_dict(cls, environment, module_dict, globals): argument
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dconnection.c1871 PyObject* module_dict; in pysqlite_connection_iterdump_impl() local
/aosp_15_r20/external/python/cpython3/Python/
Dimport.c760 PyObject *module_dict, PyObject *code_object) in exec_code_in_module()
/aosp_15_r20/external/python/cpython2/Modules/
DcPickle.c5875 init_stuff(PyObject *module_dict) in init_stuff()
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_modules.py1394 def __init__(self, module_dict): argument