MCPcopy Create free account

hub / github.com/Glyphack/enderpy / functions

Functions737 in github.com/Glyphack/enderpy

Method__init__
(self, value: T, name: str, logger: Logger)
typechecker/test_data/inputs/conformance_tests/generics_basic.py:86
Method__init__
(self)
typechecker/test_data/inputs/conformance_tests/annotations_forward_refs.py:92
Function_extract_ticker_client_types_data
(ticker_index: str)
parser/test_data/inputs/functions.py:12
Function_handle_ticker_index
(symbol)
parser/test_data/inputs/functions.py:1
Functiona
()
parser/test_data/inputs/comments.py:6
Functiona
()
parser/test_data/inputs/function_def.py:1
Functionactivate
(context: ExtensionContext)
client/vscode/src/extension.ts:7
Methodadd_declaration
(&mut self, decl: Declaration)
typechecker/src/symbol_table.rs:565
Functionairflow_explicit_native_module
()
typechecker/src/ruff_python_import_resolver/mod.rs:914
Functionairflow_first_party
()
typechecker/src/ruff_python_import_resolver/mod.rs:830
Functionairflow_implicit_native_module
()
typechecker/src/ruff_python_import_resolver/mod.rs:935
Functionairflow_namespace_package
()
typechecker/src/ruff_python_import_resolver/mod.rs:872
Functionairflow_standard_library
()
typechecker/src/ruff_python_import_resolver/mod.rs:809
Functionairflow_stub_file
()
typechecker/src/ruff_python_import_resolver/mod.rs:851
Functionairflow_third_party
()
typechecker/src/ruff_python_import_resolver/mod.rs:893
Functionb
()
parser/test_data/inputs/comments.py:8
Functionbar
()
parser/test_data/inputs/separate_statements.py:7
Functionbenchmark_parser
(c: &mut Criterion)
benchmark/benches/parser_benchmark.rs:47
Functionbenchmark_type_checker
(c: &mut Criterion)
benchmark/benches/typecheck_benchmark.rs:17
Functioncommon_process
(df: pd.DataFrame, date: str)
parser/test_data/inputs/functions.py:19
Functiondataclass_transform
( *, eq_default: bool = True, order_default: bool = False, kw_only_default: bool = False,
parser/test_data/inputs/function_def.py:57
Functiondeactivate
()
client/vscode/src/extension.ts:43
Methoddeclaration_until_position
(&self, position: u32)
typechecker/src/symbol_table.rs:582
Methoddid_change
(&self, params: DidChangeTextDocumentParams)
lsp/src/main.rs:74
Methoddid_open
(&self, params: DidOpenTextDocumentParams)
lsp/src/main.rs:63
Methoddid_save
(&self, params: DidSaveTextDocumentParams)
lsp/src/main.rs:52
Methodeq
(&self, other: &Self)
typechecker/src/types.rs:169
Methodeq
(&self, other: &Self)
typechecker/src/file.rs:39
Functionf
(a: 'annotation', b=1, c=2, *d, e, f=3, **g)
parser/test_data/inputs/function_def.py:18
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
parser/src/intern.rs:13
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
parser/src/ast.rs:26
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
parser/src/token.rs:418
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
typechecker/src/symbol_table.rs:364
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
typechecker/src/types.rs:95
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
typechecker/src/diagnostic.rs:25
Functionfoo
()
parser/test_data/inputs/separate_statements.py:3
Methodfrom
(val: Node)
parser/src/ast.rs:50
Methodfrom
(val: Kind)
parser/src/token.rs:296
Methodfrom
(alias: &Alias)
typechecker/src/ruff_python_import_resolver/module_descriptor.rs:24
Methodfrom_typeshed
(typeshed_path: PathBuf)
typechecker/src/settings.rs:24
Functionfunc
()
parser/test_data/inputs/function_def.py:20
Functionfunc
(params: List[int])
benchmark/test_data/types_very_fast.py:21
Functionfunc
(params: List[int])
typechecker/test_data/inputs/basic_types.py:13
Functionfunc
(a, b, /, c=2, **e)
typechecker/test_data/inputs/symbol_table/function_definition.py:1
Functionfunc1
( p1: "ClassA", p2: "list[ClassA]", p3: list["ClassA"], p4: list["int | ClassA"] )
typechecker/test_data/inputs/conformance_tests/annotations_forward_refs.py:12
Functionfunc2
()
typechecker/test_data/inputs/conformance_tests/annotations_coroutine.py:21
Functionget_config
()
benchmark/benches/typecheck_benchmark.rs:61
Functionget_config
()
benchmark/benches/parser_benchmark.rs:72
Functionget_module_name
(path: &Path)
typechecker/src/lib.rs:42
Methodget_parent_scope_of
(&self, scope_id: u32)
typechecker/src/symbol_table.rs:92
Methodget_span_on_line
This function is just here to make it easier to refactor the spans. I don't know how the spans and line number should be handled here
parser/src/parser/parser.rs:3281
Methodglobal_scope
(&self)
typechecker/src/symbol_table.rs:233
Methodhash
(&self, state: &mut H)
typechecker/src/file.rs:45
Functionhello
( a, b, )
parser/test_data/inputs/newlines.py:15
Methodhover
(&self, params: HoverParams)
lsp/src/main.rs:85
Functionimport_file_sub_under_containing_folder
()
typechecker/src/ruff_python_import_resolver/mod.rs:601
Functionimport_side_by_side_file_root
()
typechecker/src/ruff_python_import_resolver/mod.rs:537
Functionimport_side_by_side_file_sub_folder
()
typechecker/src/ruff_python_import_resolver/mod.rs:556
Functionimport_side_by_side_file_sub_under_lib_folder
()
typechecker/src/ruff_python_import_resolver/mod.rs:620
Functionimport_side_by_side_file_sub_under_src_folder
()
typechecker/src/ruff_python_import_resolver/mod.rs:576
Methodinitialize
(&self, i: InitializeParams)
lsp/src/main.rs:26
Methodinitialized
(&self, _: InitializedParams)
lsp/src/main.rs:45
Methodint
(self)
typechecker/test_data/inputs/conformance_tests/annotations_forward_refs.py:85
Functioninvalid_annotations
( p1: "eval(' '.join(map(chr, [105, 110, 116])))", # E p2: "[int, str]", # E p3: "(int, str)",
typechecker/test_data/inputs/conformance_tests/annotations_forward_refs.py:41
Functioninvalid_relative_import_side_by_side_file_root
()
typechecker/src/ruff_python_import_resolver/mod.rs:792
Methodis_valid_union_parameter
TODO: Need to complete this when types are more complete Check if a type can be used as a parameter for a union type
typechecker/src/type_evaluator.rs:1234
Functionmain
()
lsp/src/main.rs:127
Functionmain
()
compat/src/main.rs:15
Functionmain
()
enderpy/src/main.rs:15
Methodmethod1
(self)
typechecker/test_data/inputs/conformance_tests/annotations_forward_refs.py:67
Methodmethod2
(self)
typechecker/test_data/inputs/conformance_tests/annotations_forward_refs.py:70
Functionmodule_file_extension
()
typechecker/src/ruff_python_import_resolver/native_module.rs:84
Functionmodule_name
()
typechecker/src/ruff_python_import_resolver/native_module.rs:61
Methodname
(&self)
parser/src/ast.rs:232
Functionnested_namespace_package_1
()
typechecker/src/ruff_python_import_resolver/mod.rs:642
Functionnested_namespace_package_2
()
typechecker/src/ruff_python_import_resolver/mod.rs:677
Functionnested_namespace_package_3
()
typechecker/src/ruff_python_import_resolver/mod.rs:712
Functionnested_namespace_package_4
()
typechecker/src/ruff_python_import_resolver/mod.rs:741
Methodnew
(start: u32, end: u32)
parser/src/ast.rs:32
Methodnew
(quote: char, count: u8)
parser/src/lexer/mod.rs:18
Methodnew
(source: &'a str)
parser/src/parser/parser.rs:55
Methodnew
(id: Id, build_manager: &'a BuildManager)
typechecker/src/checker.rs:33
Methodnew
(file_path: &Path, id: Id)
typechecker/src/symbol_table.rs:33
Methodnew
(settings: Settings)
typechecker/src/build.rs:34
Methodnew
( name: String, signature: Vec<CallableArgs>, return_type: PythonType, is_asyn
typechecker/src/types.rs:149
Methodnew
(path: PathBuf, followed: bool)
typechecker/src/file.rs:57
Methodnew
(build_manager: &'a BuildManager)
typechecker/src/type_evaluator.rs:64
Methodnew
(file: &'a EnderpyFile, imports: &'a ResolvedImports)
typechecker/src/semantic_analyzer.rs:44
Methodnew
()
typechecker/src/settings.rs:14
Methodnew
(search_paths: Vec<PathBuf>)
typechecker/src/ruff_python_import_resolver/host.rs:28
Methodnew_special
Class node refers to SpecialForm in typeshed TODO: needs improvements mostly set the correct values
typechecker/src/symbol_table.rs:508
Functionno_bloat_enum_sizes
()
parser/src/ast.rs:1783
Functionnon_py_typed_library
()
typechecker/src/ruff_python_import_resolver/mod.rs:505
Methodnot_found
An import result that indicates that the import was not found.
typechecker/src/ruff_python_import_resolver/import_result.rs:93
Methodparent_scope_mut
(&mut self, scope: &SymbolTableScope)
typechecker/src/symbol_table.rs:112
Methodparse_bin_arithmetic_op
(&mut self)
parser/src/parser/parser.rs:3119
Functionparse_call
()
parser/src/parser/parser.rs:3730
Methodparse_group_pattern
TODO: This has precedence over sequence pattern but I'm not sure what is the right way to use it.
parser/src/parser/parser.rs:959
Methodparse_literal_or_value_pattern
(&mut self)
parser/src/parser/parser.rs:1006
Functionparse_yield_statement
()
parser/src/parser/parser.rs:3539
← previousnext →501–600 of 737, ranked by callers