Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Doctave/dossier
/ functions
Functions
302 in github.com/Doctave/dossier
⨍
Functions
302
◇
Types & classes
46
↓ 1 callers
Function
find_docs
(node: &Node<'a>, code: &'a str)
dossier-ts/src/interface.rs:153
↓ 1 callers
Function
find_docs
(node: &Node<'a>, code: &'a str)
dossier-ts/src/class.rs:143
↓ 1 callers
Function
find_docs
(node: &Node<'a>, code: &'a str)
dossier-ts/src/property.rs:162
↓ 1 callers
Function
find_docs
(node: &Node<'a>, code: &'a str)
dossier-ts/src/type_alias.rs:124
↓ 1 callers
Function
find_docs
(node: &Node<'a>, code: &'a str)
dossier-ts/src/method.rs:265
↓ 1 callers
Function
find_docs
(node: &Node<'a>, code: &'a str)
dossier-ts/src/function.rs:208
↓ 1 callers
Function
find_docs
(node: &Node, ctx: &ParserContext)
dossier-py/src/class.rs:99
↓ 1 callers
Function
find_docs
(node: &Node, ctx: &ParserContext)
dossier-py/src/function.rs:120
↓ 1 callers
Method
from_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 callers
Method
from_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 callers
Method
from_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 callers
Method
function_parameters
(&self)
dossier-ts/src/types.rs:469
↓ 1 callers
Method
function_return_type
(&self)
dossier-ts/src/types.rs:479
↓ 1 callers
Function
handle_node
(node: Node, out: &mut Vec<Symbol>, ctx: &mut ParserContext)
dossier-py/src/lib.rs:89
↓ 1 callers
Method
identifier
(&self)
dossier-ts/src/symbol.rs:87
↓ 1 callers
Method
identifier
(&self)
dossier-py/src/symbol.rs:127
↓ 1 callers
Method
identifier
(&self)
dossier-py/src/types.rs:37
↓ 1 callers
Method
intersection_left
(&self)
dossier-ts/src/types.rs:537
↓ 1 callers
Method
intersection_right
(&self)
dossier-ts/src/types.rs:545
↓ 1 callers
Function
is_built_in
(title: &str)
dossier-py/src/types.rs:76
↓ 1 callers
Function
is_exported
(node: &Node)
dossier-ts/src/interface.rs:171
↓ 1 callers
Function
is_exported
(node: &Node)
dossier-ts/src/class.rs:161
↓ 1 callers
Function
is_exported
(node: &Node)
dossier-ts/src/type_alias.rs:118
↓ 1 callers
Function
is_exported
(node: &Node)
dossier-ts/src/function.rs:226
↓ 1 callers
Method
is_exported
(&self)
dossier-ts/src/symbol.rs:45
↓ 1 callers
Function
is_optional
(node: &Node)
dossier-ts/src/property.rs:133
↓ 1 callers
Function
is_readonly
(field_node: &Node)
dossier-ts/src/field.rs:148
↓ 1 callers
Function
is_readonly
(property_node: &Node)
dossier-ts/src/property.rs:148
↓ 1 callers
Method
lookup_import
(&self, identifier: &str, scope_id: ScopeID)
dossier-ts/src/symbol_table.rs:106
↓ 1 callers
Method
lookup_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 callers
Method
mark_as_exported
(&mut self)
dossier-ts/src/symbol.rs:52
↓ 1 callers
Method
matches_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 callers
Method
methods
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 callers
Method
methods
(&self)
dossier-ts/src/class.rs:59
↓ 1 callers
Method
methods
(&self)
dossier-py/src/class.rs:18
↓ 1 callers
Method
normalize_path
Helper function to normalize a path
dossier-ts/src/symbol_table.rs:285
↓ 1 callers
Method
parameters
(&self)
dossier-py/src/function.rs:40
↓ 1 callers
Function
parse_class_body
( node: &Node, ctx: &mut ParserContext, children: &mut Vec<Symbol>, )
dossier-ts/src/class.rs:115
↓ 1 callers
Function
parse_exports
(node: &Node, ctx: &mut ParserContext)
dossier-ts/src/export_clause.rs:6
↓ 1 callers
Function
parse_methods
(node: &Node, ctx: &mut ParserContext, members: &mut Vec<Symbol>)
dossier-py/src/class.rs:81
↓ 1 callers
Function
parse_parameters
( parameters: &Node, children: &mut Vec<Symbol>, ctx: &mut ParserContext, )
dossier-ts/src/method.rs:216
↓ 1 callers
Function
parse_parameters
(node: &Node, out: &mut Vec<Symbol>, ctx: &mut ParserContext)
dossier-py/src/function.rs:102
↓ 1 callers
Function
parse_return_type
( node: &Node, children: &mut Vec<Symbol>, ctx: &mut ParserContext, )
dossier-ts/src/method.rs:197
↓ 1 callers
Function
parse_return_type
( node: &Node, children: &mut Vec<Symbol>, ctx: &mut ParserContext, )
dossier-ts/src/function.rs:143
↓ 1 callers
Function
parse_type_parameters
( type_parameters: &Node, children: &mut Vec<Symbol>, ctx: &mut ParserContext, )
dossier-ts/src/interface.rs:180
↓ 1 callers
Function
parse_type_parameters
( type_parameters: &Node, children: &mut Vec<Symbol>, ctx: &mut ParserContext, )
dossier-ts/src/method.rs:243
↓ 1 callers
Function
parse_type_parameters
( type_parameters: &Node, children: &mut Vec<Symbol>, ctx: &mut ParserContext, )
dossier-ts/src/function.rs:186
↓ 1 callers
Method
pop_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 callers
Method
push_fqn
(&mut self, part: &str)
dossier-ts/src/symbol_table.rs:316
↓ 1 callers
Method
return_type
(&self)
dossier-py/src/function.rs:45
↓ 1 callers
Method
symbol_context
(&self)
dossier-py/src/lib.rs:135
↓ 1 callers
Method
take_symbol_table
(self)
dossier-ts/src/lib.rs:193
↓ 1 callers
Method
the_type
(&self)
dossier-ts/src/property.rs:62
↓ 1 callers
Method
the_type
(&self)
dossier-ts/src/type_alias.rs:49
↓ 1 callers
Method
the_type
(&self)
dossier-py/src/parameter.rs:37
↓ 1 callers
Method
type_variables
(&self)
dossier-ts/src/interface.rs:50
↓ 1 callers
Method
type_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
Function
abstract_class
()
dossier-ts/src/class.rs:211
Method
as_entity
(&self)
dossier-ts/src/symbol.rs:60
Method
as_entity
( &self, source: &Source, fqn: Option<&str>, symbol_context: Option<SymbolCont
dossier-ts/src/field.rs:30
Method
as_entity
( &self, source: &Source, fqn: Option<&str>, symbol_context: Option<SymbolCont
dossier-ts/src/interface.rs:21
Method
as_entity
( &self, source: &Source, fqn: Option<&str>, symbol_context: Option<SymbolCont
dossier-ts/src/class.rs:25
Method
as_entity
( &self, source: &Source, fqn: Option<&str>, symbol_context: Option<SymbolCont
dossier-ts/src/property.rs:24
Method
as_entity
( &self, source: &Source, fqn: Option<&str>, symbol_context: Option<SymbolCont
dossier-ts/src/type_variable.rs:62
Method
as_entity
( &self, source: &Source, fqn: Option<&str>, symbol_context: Option<SymbolCont
dossier-ts/src/type_alias.rs:20
Method
as_entity
( &self, source: &Source, fqn: Option<&str>, symbol_context: Option<SymbolCont
dossier-ts/src/method.rs:70
Method
as_entity
( &self, source: &Source, fqn: Option<&str>, symbol_context: Option<SymbolCont
dossier-ts/src/parameter.rs:22
Method
as_entity
( &self, source: &Source, fqn: Option<&str>, symbol_context: Option<SymbolCont
dossier-ts/src/function.rs:38
Method
as_entity
( &self, source: &Source, _fqn: Option<&str>, symbol_context: Option<SymbolCon
dossier-ts/src/type_constraint.rs:18
Method
as_entity
(&self)
dossier-py/src/symbol.rs:68
Method
as_entity
( &self, loc: &Location, fqn: Option<&str>, context: Option<&SymbolContext>,
dossier-py/src/class.rs:22
Method
as_entity
( &self, loc: &Location, fqn: Option<&str>, context: Option<&SymbolContext>,
dossier-py/src/parameter.rs:17
Method
as_entity
( &self, loc: &Location, fqn: Option<&str>, context: Option<&SymbolContext>,
dossier-py/src/function.rs:18
Function
bug_comment_between_union
()
dossier-ts/src/types.rs:1744
Function
bug_parses_conditional_type_with_comments
()
dossier-ts/src/types.rs:1692
Function
bug_unbalanced_union
()
dossier-ts/src/types.rs:1719
Method
children_mut
(&mut self)
dossier-ts/src/symbol.rs:107
Method
collect_actions_recursive
Helper function to recursively collect a list of actions to perform= during type resolution.
dossier-ts/src/symbol_table.rs:234
Function
computed_method_identifier
()
dossier-ts/src/class.rs:282
Function
computes_fqns_for_entries
()
dossier-ts/src/symbol_table.rs:541
Method
construct_fqn
(&self, identifier: &str)
dossier-ts/src/lib.rs:197
Function
documentation
()
dossier-ts/src/interface.rs:241
Function
documentation
()
dossier-ts/src/type_alias.rs:209
Function
does_not_resolves_type_aliases_in_nested_symbols_across_files_if_the_referenced_type_is_not_exported
( )
dossier-ts/src/lib.rs:555
Function
exported
()
dossier-ts/src/interface.rs:268
Function
extends_syntax
()
dossier-ts/src/interface.rs:377
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
dossier-ts/src/symbol.rs:151
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
dossier-core/src/lib.rs:22
Method
fmt
(&self, f: &mut std::fmt::Formatter<'_>)
dossier-py/src/symbol.rs:147
Method
for_node
(node: &Node, ctx: &ParserContext)
dossier-ts/src/symbol.rs:315
Function
fqns
()
dossier-ts/src/function.rs:260
Method
from_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
Method
from_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
Method
from_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
Method
generate_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
← previous
next →
101–200 of 302, ranked by callers