Searched defs:module_dict (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/ |
D | errnomodule.c | 50 _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 D | python_sugared_value.cpp | 412 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 D | register_prim_ops_fulljit.cpp | 183 IValue module_dict = pop(stack); in __anon1bf66a481102() local
|
H A D | register_prim_ops.cpp | 3414 IValue module_dict = pop(stack); in __anonbfe5918fb302() local
|
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/ |
D | connection.c | 1429 PyObject* module_dict; in pysqlite_connection_iterdump() local
|
/aosp_15_r20/external/libchrome/third_party/jinja2/ |
H A D | environment.py | 962 def from_module_dict(cls, environment, module_dict, globals): argument
|
/aosp_15_r20/external/python/jinja/src/jinja2/ |
D | environment.py | 1000 def from_module_dict(cls, environment, module_dict, globals): argument
|
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/ |
D | connection.c | 1871 PyObject* module_dict; in pysqlite_connection_iterdump_impl() local
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | import.c | 760 PyObject *module_dict, PyObject *code_object) in exec_code_in_module()
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | cPickle.c | 5875 init_stuff(PyObject *module_dict) in init_stuff()
|
/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_modules.py | 1394 def __init__(self, module_dict): argument
|