Home
last modified time | relevance | path

Searched defs:inference_state (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/py-jedi/jedi-0.18.0/jedi/inference/compiled/subprocess/
H A Dfunctions.py21 def load_module(inference_state, **kwargs): argument
25 def get_compiled_method_return(inference_state, id, attribute, *args, **kwargs): argument
30 def create_simple_object(inference_state, obj): argument
34 def get_module_info(inference_state, sys_path=None, full_name=None, **kwargs): argument
49 def get_builtin_module_names(inference_state): argument
53 def _test_raise_error(inference_state, exception_type): argument
60 def _test_print(inference_state, stderr=None, stdout=None): argument
84 def safe_literal_eval(inference_state, value): argument
92 def _iter_module_names(inference_state, paths): argument
/dports/devel/py-jedi/jedi-0.18.0/jedi/inference/gradual/
H A Dtypeshed.py100 def wrapper(inference_state, import_names, parent_module_value, sys_path, prefer_stubs): argument
135 def try_to_load_stub_cached(inference_state, import_names, *args, **kwargs): argument
152 def _try_to_load_stub(inference_state, import_names, python_value_set, argument
245 def _load_from_typeshed(inference_state, python_value_set, parent_module_value, import_names): argument
274 def _try_to_load_stub_from_file(inference_state, python_value_set, file_io, import_names): argument
287 def parse_stub_module(inference_state, file_io): argument
297 def create_stub_module(inference_state, grammar, python_value_set, argument
H A Dutils.py6 def load_proper_stub_module(inference_state, grammar, file_io, import_names, module_node): argument
/dports/devel/py-jedi/jedi-0.18.0/jedi/inference/
H A Dimports.py154 def __init__(self, inference_state, import_path, module_context, level=0): argument
315 def completion_names(self, inference_state, only_modules=False): argument
365 def import_module_by_names(inference_state, import_names, sys_path=None, argument
397 def import_module(inference_state, import_names, parent_module_value, sys_path): argument
466 def _load_python_module(inference_state, file_io, argument
485 def _load_builtin_module(inference_state, import_names=None, sys_path=None): argument
503 def load_module_from_path(inference_state, file_io, import_names=None, is_package=None): argument
549 def load_namespace_from_path(inference_state, folder_io): argument
587 def iter_module_names(inference_state, module_context, search_path, argument
H A Dreferences.py168 def _check_fs(inference_state, file_io, regex): argument
232 def _find_python_files_in_sys_path(inference_state, module_contexts): argument
253 def get_module_contexts_containing_name(inference_state, module_contexts, name, argument
277 def search_in_file_ios(inference_state, file_io_iterator, name, limit_reduction=1): argument
H A Drecursion.py59 def execution_allowed(inference_state, node): argument
99 def __init__(self, inference_state): argument
H A Dsyntax_tree.py501 def _literals_to_types(inference_state, result): argument
560 def _bool_to_value(inference_state, bool_): argument
581 def _infer_comparison_part(inference_state, context, left, operator, right): argument
675 def tree_name_to_values(inference_state, context, tree_name): argument
H A Dsys_path.py138 def discover_buildout_paths(inference_state, script_path): argument
150 def _get_paths_from_buildout_script(inference_state, buildout_script_path): argument
H A Dparser_cache.py5 def get_yield_exprs(inference_state, funcdef): argument
/dports/devel/py-jedi/jedi-0.18.0/jedi/inference/compiled/
H A D__init__.py9 def builtin_from_name(inference_state, string): argument
45 def create_simple_object(inference_state, obj): argument
58 def get_string_value_set(inference_state): argument
62 def load_module(inference_state, dotted_name, **kwargs): argument
H A Dmixed.py141 def __init__(self, inference_state, compiled_value, tree_value): argument
153 def _load_module(inference_state, path): argument
185 def _find_syntax_node_name(inference_state, python_object): argument
268 def _create(inference_state, compiled_value, module_context): argument
H A Dvalue.py47 def __init__(self, inference_state, access_handle, parent_context=None): argument
320 def __init__(self, inference_state, parent_value, name): argument
425 def __init__(self, inference_state, name): argument
434 def __init__(self, inference_state, compiled_value, is_instance=False): argument
579 def create_from_name(inference_state, compiled_value, name): argument
594 def wrapper(inference_state, obj, parent_context=None): argument
599 def create_from_access_path(inference_state, access_path): argument
612 def create_cached_compiled_value(inference_state, access_handle, parent_context): argument
H A Daccess.py111 def create_access(inference_state, obj): argument
115 def load_module(inference_state, dotted_name, sys_path): argument
148 def create_access_path(inference_state, obj): argument
166 def __init__(self, inference_state, obj): argument
/dports/devel/py-jedi/jedi-0.18.0/test/test_inference/
H A Dtest_compiled.py14 def test_simple(inference_state, environment): argument
22 def test_builtin_loading(inference_state): argument
29 def test_next_docstr(inference_state): argument
46 def test_doc(inference_state): argument
160 def test_operation(Script, inference_state, create_compiled_object): argument
H A Dtest_imports.py46 def test_find_module_package_zipped(Script, inference_state, environment): argument
89 def test_correct_zip_package_behavior(Script, inference_state, environment, code, argument
104 def test_find_module_not_package_zipped(Script, inference_state, environment): argument
332 def test_get_modules_containing_name(inference_state, path, goal, is_package): argument
479 Script, inference_state, environment, tmpdir, with_init): argument
/dports/devel/py-jedi/jedi-0.18.0/test/test_api/
H A Dtest_environment.py44 def test_load_module(inference_state): argument
57 def test_error_in_environment(inference_state, Script, environment): argument
72 def test_stdout_in_subprocess(inference_state, Script): argument
77 def test_killed_subprocess(inference_state, Script, environment): argument
/dports/devel/py-jedi/jedi-0.18.0/test/
H A Dconftest.py143 def inference_state(Script): function
159 def create_compiled_object(inference_state): argument
170 def module_injector(inference_state, names, code): argument
/dports/devel/py-jedi/jedi-0.18.0/jedi/inference/value/
H A Diterable.py77 def __init__(self, inference_state, func_execution_context): argument
94 def comprehension_from_atom(inference_state, value, atom): argument
221 def __init__(self, inference_state, defining_context, sync_comp_for_node, entry_node): argument
263 def __init__(self, inference_state, defining_context, sync_comp_for_node, key_node, value_node): argument
322 def __init__(self, inference_state, defining_context, atom): argument
427 def __init__(self, inference_state, defining_context, atom): argument
489 def __init__(self, inference_state, lazy_value_list): argument
525 def __init__(self, inference_state, dct): argument
559 def __init__(self, inference_state, arrays): argument
/dports/devel/py-jedi/jedi-0.18.0/jedi/api/
H A Dclasses.py40 def defined_names(inference_state, context): argument
79 def __init__(self, inference_state, name): argument
606 def __init__(self, inference_state, name, stack, like_name_length, argument
748 def __init__(self, inference_state, definition): argument
792 def __init__(self, inference_state, signature): argument
822 def __init__(self, inference_state, signature, call_details): argument
H A Dcompletion.py67 def filter_names(inference_state, completion_names, stack, like_name, fuzzy, cached_name): argument
124 def __init__(self, inference_state, module_context, code_lines, position, argument
623 def search_in_module(inference_state, module_context, names, wanted_names, argument
H A Denvironment.py105 def get_inference_state_subprocess(self, inference_state): argument
137 def get_inference_state_subprocess(self, inference_state): argument
/dports/devel/py-jedi/jedi-0.18.0/jedi/api/refactoring/
H A D__init__.py16 def __init__(self, inference_state, from_path, to_path, argument
76 def __init__(self, inference_state, file_to_node_changes, renames=()): argument
135 def rename(inference_state, definitions, new_name): argument
H A Dextract.py18 def extract_variable(inference_state, path, module_node, name, pos, until_pos): argument
209 def extract_function(inference_state, path, module_context, name, pos, until_pos): argument
/dports/devel/py-jedi/jedi-0.18.0/jedi/plugins/
H A Dflask.py6 def wrapper(inference_state, import_names, module_context, *args, **kwargs): argument
H A Ddjango.py45 def _get_deferred_attributes(inference_state): argument
51 def _infer_scalar_field(inference_state, field_name, field_tree_instance, is_instance): argument
176 def wrapper(inference_state, context, tree_name): argument

12