MCPcopy Create free account

hub / github.com/Doctave/dossier / functions

Functions302 in github.com/Doctave/dossier

↓ 1 callersFunctionfind_docs
(node: &Node<'a>, code: &'a str)
dossier-ts/src/interface.rs:153
↓ 1 callersFunctionfind_docs
(node: &Node<'a>, code: &'a str)
dossier-ts/src/class.rs:143
↓ 1 callersFunctionfind_docs
(node: &Node<'a>, code: &'a str)
dossier-ts/src/property.rs:162
↓ 1 callersFunctionfind_docs
(node: &Node<'a>, code: &'a str)
dossier-ts/src/type_alias.rs:124
↓ 1 callersFunctionfind_docs
(node: &Node<'a>, code: &'a str)
dossier-ts/src/method.rs:265
↓ 1 callersFunctionfind_docs
(node: &Node<'a>, code: &'a str)
dossier-ts/src/function.rs:208
↓ 1 callersFunctionfind_docs
(node: &Node, ctx: &ParserContext)
dossier-py/src/class.rs:99
↓ 1 callersFunctionfind_docs
(node: &Node, ctx: &ParserContext)
dossier-py/src/function.rs:120
↓ 1 callersMethodfrom_mapping
Updates the config like :meth:`update` ignoring items with non-upper keys. :return: Always returns ``True``. .. versionadded
fixtures/python/flask_config.py:284
↓ 1 callersMethodfrom_object
Updates the values from the given object. An object can be of one of the following two types: - a string: in this case the object
fixtures/python/flask_config.py:198
↓ 1 callersMethodfrom_pyfile
Updates the values in the config from a Python file. This function behaves as if the file was imported as module with the :meth:`from
fixtures/python/flask_config.py:169
↓ 1 callersMethodfunction_parameters
(&self)
dossier-ts/src/types.rs:469
↓ 1 callersMethodfunction_return_type
(&self)
dossier-ts/src/types.rs:479
↓ 1 callersFunctionhandle_node
(node: Node, out: &mut Vec<Symbol>, ctx: &mut ParserContext)
dossier-py/src/lib.rs:89
↓ 1 callersMethodidentifier
(&self)
dossier-ts/src/symbol.rs:87
↓ 1 callersMethodidentifier
(&self)
dossier-py/src/symbol.rs:127
↓ 1 callersMethodidentifier
(&self)
dossier-py/src/types.rs:37
↓ 1 callersMethodintersection_left
(&self)
dossier-ts/src/types.rs:537
↓ 1 callersMethodintersection_right
(&self)
dossier-ts/src/types.rs:545
↓ 1 callersFunctionis_built_in
(title: &str)
dossier-py/src/types.rs:76
↓ 1 callersFunctionis_exported
(node: &Node)
dossier-ts/src/interface.rs:171
↓ 1 callersFunctionis_exported
(node: &Node)
dossier-ts/src/class.rs:161
↓ 1 callersFunctionis_exported
(node: &Node)
dossier-ts/src/type_alias.rs:118
↓ 1 callersFunctionis_exported
(node: &Node)
dossier-ts/src/function.rs:226
↓ 1 callersMethodis_exported
(&self)
dossier-ts/src/symbol.rs:45
↓ 1 callersFunctionis_optional
(node: &Node)
dossier-ts/src/property.rs:133
↓ 1 callersFunctionis_readonly
(field_node: &Node)
dossier-ts/src/field.rs:148
↓ 1 callersFunctionis_readonly
(property_node: &Node)
dossier-ts/src/property.rs:148
↓ 1 callersMethodlookup_import
(&self, identifier: &str, scope_id: ScopeID)
dossier-ts/src/symbol_table.rs:106
↓ 1 callersMethodlookup_mut
TODO(Nik): There is a bug here that is not addressed yet: this will only lookup symbols at the root level. We need to create a mutable symbol iterato
dossier-ts/src/symbol_table.rs:86
↓ 1 callersMethodmark_as_exported
(&mut self)
dossier-ts/src/symbol.rs:52
↓ 1 callersMethodmatches_import_path
Returns true if the import path resolves to the symbol table's path from the perspective of the current symbol table's path. i.e. if a file `foo/bar.
dossier-ts/src/symbol_table.rs:270
↓ 1 callersMethodmethods
Not actually the properties of the interface, but the properties of the object type that the interface is forwarding to.
dossier-ts/src/interface.rs:72
↓ 1 callersMethodmethods
(&self)
dossier-ts/src/class.rs:59
↓ 1 callersMethodmethods
(&self)
dossier-py/src/class.rs:18
↓ 1 callersMethodnormalize_path
Helper function to normalize a path
dossier-ts/src/symbol_table.rs:285
↓ 1 callersMethodparameters
(&self)
dossier-py/src/function.rs:40
↓ 1 callersFunctionparse_class_body
( node: &Node, ctx: &mut ParserContext, children: &mut Vec<Symbol>, )
dossier-ts/src/class.rs:115
↓ 1 callersFunctionparse_exports
(node: &Node, ctx: &mut ParserContext)
dossier-ts/src/export_clause.rs:6
↓ 1 callersFunctionparse_methods
(node: &Node, ctx: &mut ParserContext, members: &mut Vec<Symbol>)
dossier-py/src/class.rs:81
↓ 1 callersFunctionparse_parameters
( parameters: &Node, children: &mut Vec<Symbol>, ctx: &mut ParserContext, )
dossier-ts/src/method.rs:216
↓ 1 callersFunctionparse_parameters
(node: &Node, out: &mut Vec<Symbol>, ctx: &mut ParserContext)
dossier-py/src/function.rs:102
↓ 1 callersFunctionparse_return_type
( node: &Node, children: &mut Vec<Symbol>, ctx: &mut ParserContext, )
dossier-ts/src/method.rs:197
↓ 1 callersFunctionparse_return_type
( node: &Node, children: &mut Vec<Symbol>, ctx: &mut ParserContext, )
dossier-ts/src/function.rs:143
↓ 1 callersFunctionparse_type_parameters
( type_parameters: &Node, children: &mut Vec<Symbol>, ctx: &mut ParserContext, )
dossier-ts/src/interface.rs:180
↓ 1 callersFunctionparse_type_parameters
( type_parameters: &Node, children: &mut Vec<Symbol>, ctx: &mut ParserContext, )
dossier-ts/src/method.rs:243
↓ 1 callersFunctionparse_type_parameters
( type_parameters: &Node, children: &mut Vec<Symbol>, ctx: &mut ParserContext, )
dossier-ts/src/function.rs:186
↓ 1 callersMethodpop_scope
Pop the current scope, and set the current scope to the parent. If the current scope has no parent, (aka, it's the global scope), this is a no-op. R
dossier-ts/src/symbol_table.rs:347
↓ 1 callersMethodpush_fqn
(&mut self, part: &str)
dossier-ts/src/symbol_table.rs:316
↓ 1 callersMethodreturn_type
(&self)
dossier-py/src/function.rs:45
↓ 1 callersMethodsymbol_context
(&self)
dossier-py/src/lib.rs:135
↓ 1 callersMethodtake_symbol_table
(self)
dossier-ts/src/lib.rs:193
↓ 1 callersMethodthe_type
(&self)
dossier-ts/src/property.rs:62
↓ 1 callersMethodthe_type
(&self)
dossier-ts/src/type_alias.rs:49
↓ 1 callersMethodthe_type
(&self)
dossier-py/src/parameter.rs:37
↓ 1 callersMethodtype_variables
(&self)
dossier-ts/src/interface.rs:50
↓ 1 callersMethodtype_variables
(&self)
dossier-ts/src/type_alias.rs:57
Method__get__
(self, obj: t.Any, owner: t.Any = None)
fixtures/python/flask_config.py:19
Method__init__
(self, name: str, get_converter: t.Callable | None = None)
fixtures/python/flask_config.py:15
Method__init__
( self, root_path: str | os.PathLike, defaults: dict | None = None )
fixtures/python/flask_config.py:75
Method__repr__
(self)
fixtures/python/flask_config.py:346
Method__set__
(self, obj: t.Any, value: t.Any)
fixtures/python/flask_config.py:27
Functionabstract_class
()
dossier-ts/src/class.rs:211
Methodas_entity
(&self)
dossier-ts/src/symbol.rs:60
Methodas_entity
( &self, source: &Source, fqn: Option<&str>, symbol_context: Option<SymbolCont
dossier-ts/src/field.rs:30
Methodas_entity
( &self, source: &Source, fqn: Option<&str>, symbol_context: Option<SymbolCont
dossier-ts/src/interface.rs:21
Methodas_entity
( &self, source: &Source, fqn: Option<&str>, symbol_context: Option<SymbolCont
dossier-ts/src/class.rs:25
Methodas_entity
( &self, source: &Source, fqn: Option<&str>, symbol_context: Option<SymbolCont
dossier-ts/src/property.rs:24
Methodas_entity
( &self, source: &Source, fqn: Option<&str>, symbol_context: Option<SymbolCont
dossier-ts/src/type_variable.rs:62
Methodas_entity
( &self, source: &Source, fqn: Option<&str>, symbol_context: Option<SymbolCont
dossier-ts/src/type_alias.rs:20
Methodas_entity
( &self, source: &Source, fqn: Option<&str>, symbol_context: Option<SymbolCont
dossier-ts/src/method.rs:70
Methodas_entity
( &self, source: &Source, fqn: Option<&str>, symbol_context: Option<SymbolCont
dossier-ts/src/parameter.rs:22
Methodas_entity
( &self, source: &Source, fqn: Option<&str>, symbol_context: Option<SymbolCont
dossier-ts/src/function.rs:38
Methodas_entity
( &self, source: &Source, _fqn: Option<&str>, symbol_context: Option<SymbolCon
dossier-ts/src/type_constraint.rs:18
Methodas_entity
(&self)
dossier-py/src/symbol.rs:68
Methodas_entity
( &self, loc: &Location, fqn: Option<&str>, context: Option<&SymbolContext>,
dossier-py/src/class.rs:22
Methodas_entity
( &self, loc: &Location, fqn: Option<&str>, context: Option<&SymbolContext>,
dossier-py/src/parameter.rs:17
Methodas_entity
( &self, loc: &Location, fqn: Option<&str>, context: Option<&SymbolContext>,
dossier-py/src/function.rs:18
Functionbug_comment_between_union
()
dossier-ts/src/types.rs:1744
Functionbug_parses_conditional_type_with_comments
()
dossier-ts/src/types.rs:1692
Functionbug_unbalanced_union
()
dossier-ts/src/types.rs:1719
Methodchildren_mut
(&mut self)
dossier-ts/src/symbol.rs:107
Methodcollect_actions_recursive
Helper function to recursively collect a list of actions to perform= during type resolution.
dossier-ts/src/symbol_table.rs:234
Functioncomputed_method_identifier
()
dossier-ts/src/class.rs:282
Functioncomputes_fqns_for_entries
()
dossier-ts/src/symbol_table.rs:541
Methodconstruct_fqn
(&self, identifier: &str)
dossier-ts/src/lib.rs:197
Functiondocumentation
()
dossier-ts/src/interface.rs:241
Functiondocumentation
()
dossier-ts/src/type_alias.rs:209
Functiondoes_not_resolves_type_aliases_in_nested_symbols_across_files_if_the_referenced_type_is_not_exported
( )
dossier-ts/src/lib.rs:555
Functionexported
()
dossier-ts/src/interface.rs:268
Functionextends_syntax
()
dossier-ts/src/interface.rs:377
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
dossier-ts/src/symbol.rs:151
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
dossier-core/src/lib.rs:22
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
dossier-py/src/symbol.rs:147
Methodfor_node
(node: &Node, ctx: &ParserContext)
dossier-ts/src/symbol.rs:315
Functionfqns
()
dossier-ts/src/function.rs:260
Methodfrom_envvar
Loads a configuration from an environment variable pointing to a configuration file. This is basically just a shortcut with nicer err
fixtures/python/flask_config.py:81
Methodfrom_file
Update the values in the config from a file that is loaded using the ``load`` parameter. The loaded data is passed to the :meth:`from_
fixtures/python/flask_config.py:236
Methodfrom_prefixed_env
Load any environment variables that start with ``FLASK_``, dropping the prefix from the env key for the config key. Values are passed
fixtures/python/flask_config.py:105
Methodgenerate_fqn
Generates a fully qualified name (FQN) from a path, the current namespace, and a list of parts For example, a file src/foo/bar.ts and parts of [Inter
dossier-core/src/lib.rs:139
← previousnext →101–200 of 302, ranked by callers