Home
last modified time | relevance | path

Searched refs:mod_path (Results 101 – 125 of 388) sorted by relevance

12345678910>>...16

/dports/www/py-cheroot/cheroot-8.5.2/cheroot/
H A Dcli.py85 mod_path, _, app_path = full_path.partition(':')
86 app = getattr(import_module(mod_path), app_path or 'application')
/dports/misc/py-palettable/palettable-3.3.0/palettable/
H A Dutils.py153 def get_map_factory(desc, mod_path, names_to_data, palette_type, palette_class, argument
232 """).format(desc, mod_path, palette_class.__class__.__name__)
/dports/devel/py-murmurhash/murmurhash-1.0.5/
H A Dsetup.py96 mod_path = mod_name.replace(".", "/") + ".pyx"
101 mod_path,
/dports/devel/py-preshed/preshed-3.0.5/
H A Dsetup.py89 mod_path = mod_name.replace(".", "/") + ".pyx"
92 mod_name, [mod_path], language="c++", include_dirs=include_dirs
/dports/net/ns3/ns-allinone-3.35/pybindgen-0.22.0/pybindgen/
H A Dcppclass_container.py125 mod_path = module.get_module_path()
126 mod_path.append(self.get_iter_python_name())
127 return '.'.join(mod_path)
/dports/games/spring/spring_98.0/tools/unitsync/python/pybindgen/
H A Dcppclass_container.py125 mod_path = module.get_module_path()
126 mod_path.append(self.get_iter_python_name())
127 return '.'.join(mod_path)
/dports/www/py-django-extensions/django-extensions-3.0.5/django_extensions/management/commands/
H A Dshow_template_tags.py90 mod_path = inspect.getabsfile(templatetag_mod)
91 mod_files = os.listdir(os.path.dirname(mod_path))
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/modules/
H A Ddb.py35 mod_path = odoo.modules.get_module_path(i)
36 if not mod_path:
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/sphinxcontrib/napoleon/
H A D__init__.py366 mod_path = cls_path.split('.')
367 cls = functools.reduce(getattr, mod_path, mod)
/dports/math/py-numpy/numpy-1.20.3/numpy/lib/
H A Dutils.py858 for mod_path in os.listdir(pth):
859 this_py = os.path.join(pth, mod_path)
860 init_py = os.path.join(pth, mod_path, '__init__.py')
862 mod_path.endswith('.py')):
863 to_import = mod_path[:-3]
865 to_import = mod_path
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_vendor/pep517/
H A D_in_process.py32 mod_path, _, obj_path = ep.partition(':')
34 obj = import_module(mod_path)
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir/src/
H A Dsource_analyzer.rs229 self.resolver.resolve_path_as_macro(db.upcast(), path.mod_path()).map(|it| it.into()) in resolve_macro_call()
546 resolver.resolve_path_as_macro(db.upcast(), path.mod_path()).map(Into::into) in resolve_hir_path_as_macro()
563 resolver.resolve_path_in_type_ns(db.upcast(), path.mod_path())?; in resolve_hir_path_()
606 resolver.resolve_path_in_value_ns_fully(db.upcast(), path.mod_path()).and_then(|val| { in resolve_hir_path_()
626 .resolve_module_path_in_items(db.upcast(), path.mod_path()) in resolve_hir_path_()
633 .resolve_path_as_macro(db.upcast(), path.mod_path()) in resolve_hir_path_()
661 .resolve_module_path_in_items(db.upcast(), path.mod_path()) in resolve_hir_path_qualifier()
669 resolver.resolve_path_in_type_ns_fully(db.upcast(), path.mod_path()).map(|ty| match ty { in resolve_hir_path_qualifier()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir/src/
H A Dsource_analyzer.rs228 self.resolver.resolve_path_as_macro(db.upcast(), path.mod_path()).map(|it| it.into()) in resolve_macro_call()
523 resolver.resolve_path_as_macro(db.upcast(), path.mod_path()).map(Into::into) in resolve_hir_path_as_macro()
540 resolver.resolve_path_in_type_ns(db.upcast(), path.mod_path())?; in resolve_hir_path_()
572 resolver.resolve_path_in_value_ns_fully(db.upcast(), path.mod_path()).and_then(|val| { in resolve_hir_path_()
592 .resolve_module_path_in_items(db.upcast(), path.mod_path()) in resolve_hir_path_()
599 .resolve_path_as_macro(db.upcast(), path.mod_path()) in resolve_hir_path_()
627 .resolve_module_path_in_items(db.upcast(), path.mod_path()) in resolve_hir_path_qualifier()
635 resolver.resolve_path_in_type_ns_fully(db.upcast(), path.mod_path()).map(|ty| match ty { in resolve_hir_path_qualifier()
/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dmake-changeset.c1319 t_uchar * mod_path; in emit_dir_patches() local
1333 safe_stat (mod_path, &mod_stat); in emit_dir_patches()
1405 lim_free (0, mod_path); in emit_dir_patches()
1425 t_uchar * mod_path = 0; in emit_file_or_symlink_patches() local
1437 safe_lstat (mod_path, &mod_stat); in emit_file_or_symlink_patches()
1448 mod_target = link_target (mod_path); in emit_file_or_symlink_patches()
1534 copy_file (mod_path, mod_patch); in emit_file_or_symlink_patches()
1569 mod_target = link_target (mod_path); in emit_file_or_symlink_patches()
1682 link_force (orig_path, mod_path); in emit_file_or_symlink_patches()
1774 copy_file (mod_path, mod_copy); in emit_file_or_symlink_patches()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pylint/pylint/checkers/
H A Dimports.py337 def _check_deprecated_module(self, node, mod_path): argument
340 if mod_path == mod_name or mod_path.startswith(mod_name + '.'):
341 self.add_message('deprecated-module', node=node, args=mod_path)
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_completion/src/
H A Dlib.rs206 .find(|mod_path| mod_path.to_string() == full_import_path); in resolve_completion_edits()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_completion/src/
H A Dlib.rs206 .find(|mod_path| mod_path.to_string() == full_import_path); in resolve_completion_edits()
/dports/net/sems/sems-f89581a/apps/dsm/
H A DDSMStateDiagramCollection.cpp120 const string& mod_path, bool debug_dsm, bool check_dsm) { in loadFile() argument
132 if (!cr.decode(&diags.back(), s, mod_path, this, mods)) { in loadFile()
/dports/textproc/py-sphinxcontrib-napoleon/sphinxcontrib-napoleon-0.7/sphinxcontrib/napoleon/
H A D__init__.py450 mod_path = cls_path.split('.')
451 cls = functools.reduce(getattr, mod_path, mod)
/dports/devel/py-rope/rope-0.18.0/ropetest/contrib/
H A Dcodeassisttest.py928 mod_path = os.path.join(self.project.address, 'mod.py')
930 result, [(mod_path, 'MODULE'),
939 mod_path = os.path.join(self.project.address, 'mod.py')
941 result, [(mod_path, 'MODULE'), ('Foo', 'CLASS'),
951 mod_path = os.path.join(self.project.address, 'mod.py')
953 result, [(mod_path, 'MODULE'), ('Foo', 'CLASS'),
963 mod_path = os.path.join(self.project.address, 'mod.py')
965 result, [(mod_path, 'MODULE'), ('Foo', 'CLASS'),
974 mod_path = os.path.join(self.project.address, 'mod.py')
976 result, [(mod_path, 'MODULE'), ('bar', 'FUNCTION'),
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/happy-1.19.12/tests/
H A Dissue93.y262 : '#' '[' mod_path token_stream ']' { 20 }
266 : '#' '!' '[' mod_path token_stream ']' { 22 }
267 | '#!' '[' mod_path token_stream ']' { 23 }
349 mod_path :: { Int }
353 | mod_path '::' ident { 77 }
949 | pub '(' in mod_path ')' { 510 }
991 : mod_path '!' '[' token_stream ']' ';' { 538 }
992 | mod_path '!' '{' token_stream '}' { 539 }
993 | mod_path '!' '(' token_stream ')' ';' { 540 }
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/happy-1.20.0/tests/
H A Dissue93.y262 : '#' '[' mod_path token_stream ']' { 20 }
266 : '#' '!' '[' mod_path token_stream ']' { 22 }
267 | '#!' '[' mod_path token_stream ']' { 23 }
349 mod_path :: { Int }
353 | mod_path '::' ident { 77 }
949 | pub '(' in mod_path ')' { 510 }
991 : mod_path '!' '[' token_stream ']' ';' { 538 }
992 | mod_path '!' '{' token_stream '}' { 539 }
993 | mod_path '!' '(' token_stream ')' ';' { 540 }
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/happy-1.20.0/tests/
H A Dissue93.y262 : '#' '[' mod_path token_stream ']' { 20 }
266 : '#' '!' '[' mod_path token_stream ']' { 22 }
267 | '#!' '[' mod_path token_stream ']' { 23 }
349 mod_path :: { Int }
353 | mod_path '::' ident { 77 }
949 | pub '(' in mod_path ')' { 510 }
991 : mod_path '!' '[' token_stream ']' ';' { 538 }
992 | mod_path '!' '{' token_stream '}' { 539 }
993 | mod_path '!' '(' token_stream ')' ';' { 540 }
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/happy-1.19.12/tests/
H A Dissue93.y262 : '#' '[' mod_path token_stream ']' { 20 }
266 : '#' '!' '[' mod_path token_stream ']' { 22 }
267 | '#!' '[' mod_path token_stream ']' { 23 }
349 mod_path :: { Int }
353 | mod_path '::' ident { 77 }
949 | pub '(' in mod_path ')' { 510 }
991 : mod_path '!' '[' token_stream ']' ';' { 538 }
992 | mod_path '!' '{' token_stream '}' { 539 }
993 | mod_path '!' '(' token_stream ')' ';' { 540 }
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/happy-1.19.12/tests/
H A Dissue93.y262 : '#' '[' mod_path token_stream ']' { 20 }
266 : '#' '!' '[' mod_path token_stream ']' { 22 }
267 | '#!' '[' mod_path token_stream ']' { 23 }
349 mod_path :: { Int }
353 | mod_path '::' ident { 77 }
949 | pub '(' in mod_path ')' { 510 }
991 : mod_path '!' '[' token_stream ']' ';' { 538 }
992 | mod_path '!' '{' token_stream '}' { 539 }
993 | mod_path '!' '(' token_stream ')' ';' { 540 }

12345678910>>...16