Home
last modified time | relevance | path

Searched defs:submodule (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/es-module/
Dtest-esm-preserve-symlinks-main.js18 const submodule = path.join(tmpDir, 'nested2', 'submodule.js'); constant
/third_party/rust/crates/bitflags/src/
Dlib.rs1542 mod submodule { module
1620 mod submodule { in test_pub_in_module() module
/third_party/python/Lib/test/test_importlib/
Dutil.py117 def submodule(parent, name, pkg_dir, content=''): function
/third_party/python/Lib/test/
Dpydocfodder.py215 submodule = types.ModuleType(__name__ + '.submodule', variable
/third_party/python/Modules/
Dpyexpat.c1626 PyObject *submodule = PyModule_New(fullname); in add_submodule() local