MCPcopy Create free account

hub / github.com/Glyphack/enderpy / functions

Functions737 in github.com/Glyphack/enderpy

↓ 1 callersMethodvisit_attribute
(&mut self, a: &Attribute)
typechecker/src/checker.rs:523
↓ 1 callersMethodvisit_attribute
Imagine it's always store
typechecker/src/semantic_analyzer.rs:746
↓ 1 callersMethodvisit_aug_assign
(&mut self, _a: &AugAssign)
typechecker/src/checker.rs:601
↓ 1 callersMethodvisit_aug_assign
(&mut self, a: &parser::ast::AugAssign)
typechecker/src/semantic_analyzer.rs:802
↓ 1 callersMethodvisit_await
(&mut self, _a: &Await)
typechecker/src/checker.rs:554
↓ 1 callersMethodvisit_await
(&mut self, _a: &parser::ast::Await)
typechecker/src/semantic_analyzer.rs:759
↓ 1 callersMethodvisit_bin_op
(&mut self, b: &BinOp)
typechecker/src/checker.rs:458
↓ 1 callersMethodvisit_bin_op
(&mut self, _b: &parser::ast::BinOp)
typechecker/src/semantic_analyzer.rs:724
↓ 1 callersMethodvisit_bool_op
(&mut self, _b: &BoolOperation)
typechecker/src/checker.rs:448
↓ 1 callersMethodvisit_bool_op
(&mut self, _b: &parser::ast::BoolOperation)
typechecker/src/semantic_analyzer.rs:720
↓ 1 callersMethodvisit_break
(&mut self, _b: &Break)
typechecker/src/checker.rs:636
↓ 1 callersMethodvisit_break
(&mut self, _b: &parser::ast::Break)
typechecker/src/semantic_analyzer.rs:820
↓ 1 callersMethodvisit_call
(&mut self, c: &Call)
typechecker/src/checker.rs:544
↓ 1 callersMethodvisit_call
(&mut self, _c: &parser::ast::Call)
typechecker/src/semantic_analyzer.rs:752
↓ 1 callersMethodvisit_class_def
(&mut self, c: &Arc<parser::ast::ClassDef>)
typechecker/src/checker.rs:344
↓ 1 callersMethodvisit_class_def
TODO: here I'm looking up the name 3 times because of immutable borrow
typechecker/src/semantic_analyzer.rs:642
↓ 1 callersMethodvisit_compare
(&mut self, _c: &Compare)
typechecker/src/checker.rs:558
↓ 1 callersMethodvisit_compare
(&mut self, _c: &parser::ast::Compare)
typechecker/src/semantic_analyzer.rs:761
↓ 1 callersMethodvisit_constant
(&mut self, _c: &Constant)
typechecker/src/checker.rs:416
↓ 1 callersMethodvisit_constant
(&mut self, _c: &parser::ast::Constant)
typechecker/src/semantic_analyzer.rs:704
↓ 1 callersMethodvisit_continue
(&mut self, _c: &Continue)
typechecker/src/checker.rs:638
↓ 1 callersMethodvisit_continue
(&mut self, _c: &parser::ast::Continue)
typechecker/src/semantic_analyzer.rs:822
↓ 1 callersMethodvisit_delete
(&mut self, _d: &Delete)
typechecker/src/checker.rs:615
↓ 1 callersMethodvisit_delete
(&mut self, _d: &parser::ast::Delete)
typechecker/src/semantic_analyzer.rs:811
↓ 1 callersMethodvisit_dict
(&mut self, _d: &Dict)
typechecker/src/checker.rs:430
↓ 1 callersMethodvisit_dict
(&mut self, _d: &parser::ast::Dict)
typechecker/src/semantic_analyzer.rs:714
↓ 1 callersMethodvisit_dict_comp
(&mut self, _d: &DictComp)
typechecker/src/checker.rs:512
↓ 1 callersMethodvisit_dict_comp
(&mut self, _d: &parser::ast::DictComp)
typechecker/src/semantic_analyzer.rs:743
↓ 1 callersMethodvisit_for
(&mut self, f: &parser::ast::For)
typechecker/src/checker.rs:251
↓ 1 callersMethodvisit_for
(&mut self, f: &parser::ast::For)
typechecker/src/semantic_analyzer.rs:403
↓ 1 callersMethodvisit_formatted_value
(&mut self, _f: &FormattedValue)
typechecker/src/checker.rs:582
↓ 1 callersMethodvisit_formatted_value
(&mut self, _f: &parser::ast::FormattedValue)
typechecker/src/semantic_analyzer.rs:769
↓ 1 callersMethodvisit_function_def
(&mut self, f: &Arc<parser::ast::FunctionDef>)
typechecker/src/checker.rs:312
↓ 1 callersMethodvisit_function_def
(&mut self, f: &Arc<parser::ast::FunctionDef>)
typechecker/src/semantic_analyzer.rs:480
↓ 1 callersMethodvisit_generator
(&mut self, _g: &Generator)
typechecker/src/checker.rs:482
↓ 1 callersMethodvisit_generator
(&mut self, _g: &parser::ast::Generator)
typechecker/src/semantic_analyzer.rs:737
↓ 1 callersMethodvisit_global
(&mut self, _g: &Global)
typechecker/src/checker.rs:640
↓ 1 callersMethodvisit_global
(&mut self, _g: &parser::ast::Global)
typechecker/src/semantic_analyzer.rs:824
↓ 1 callersMethodvisit_if
(&mut self, i: &parser::ast::If)
typechecker/src/checker.rs:231
↓ 1 callersMethodvisit_if
(&mut self, i: &parser::ast::If)
typechecker/src/semantic_analyzer.rs:388
↓ 1 callersMethodvisit_if_exp
(&mut self, _i: &IfExp)
typechecker/src/checker.rs:570
↓ 1 callersMethodvisit_if_exp
(&mut self, _i: &parser::ast::IfExp)
typechecker/src/semantic_analyzer.rs:765
↓ 1 callersMethodvisit_import
(&mut self, _i: &Import)
typechecker/src/checker.rs:209
↓ 1 callersMethodvisit_import
(&mut self, i: &parser::ast::Import)
typechecker/src/semantic_analyzer.rs:332
↓ 1 callersMethodvisit_import_from
(&mut self, _i: &ImportFrom)
typechecker/src/checker.rs:215
↓ 1 callersMethodvisit_import_from
(&mut self, _i: &parser::ast::ImportFrom)
typechecker/src/semantic_analyzer.rs:358
↓ 1 callersMethodvisit_joined_str
(&mut self, _j: &JoinedStr)
typechecker/src/checker.rs:576
↓ 1 callersMethodvisit_joined_str
(&mut self, _j: &parser::ast::JoinedStr)
typechecker/src/semantic_analyzer.rs:767
↓ 1 callersMethodvisit_lambda
(&mut self, _l: &Lambda)
typechecker/src/checker.rs:565
↓ 1 callersMethodvisit_lambda
(&mut self, _l: &parser::ast::Lambda)
typechecker/src/semantic_analyzer.rs:763
↓ 1 callersMethodvisit_list
(&mut self, _l: &List)
typechecker/src/checker.rs:418
↓ 1 callersMethodvisit_list
(&mut self, _l: &parser::ast::List)
typechecker/src/semantic_analyzer.rs:706
↓ 1 callersMethodvisit_list_comp
(&mut self, _l: &ListComp)
typechecker/src/checker.rs:492
↓ 1 callersMethodvisit_list_comp
(&mut self, _l: &parser::ast::ListComp)
typechecker/src/semantic_analyzer.rs:739
↓ 1 callersMethodvisit_match
(&mut self, m: &parser::ast::Match)
typechecker/src/checker.rs:366
↓ 1 callersMethodvisit_match
(&mut self, m: &parser::ast::Match)
typechecker/src/semantic_analyzer.rs:696
↓ 1 callersMethodvisit_match_pattern
(&mut self, _m: &parser::ast::MatchPattern)
typechecker/src/checker.rs:379
↓ 1 callersMethodvisit_match_pattern
(&mut self, _m: &parser::ast::MatchPattern)
typechecker/src/ast_visitor.rs:204
↓ 1 callersMethodvisit_name
(&mut self, _n: &Name)
typechecker/src/checker.rs:446
↓ 1 callersMethodvisit_name
(&mut self, _n: &Name)
typechecker/src/semantic_analyzer.rs:718
↓ 1 callersMethodvisit_named_expr
(&mut self, _n: &NamedExpression)
typechecker/src/checker.rs:463
↓ 1 callersMethodvisit_named_expr
(&mut self, _n: &parser::ast::NamedExpression)
typechecker/src/semantic_analyzer.rs:726
↓ 1 callersMethodvisit_nonlocal
(&mut self, _n: &Nonlocal)
typechecker/src/checker.rs:648
↓ 1 callersMethodvisit_nonlocal
(&mut self, _n: &parser::ast::Nonlocal)
typechecker/src/semantic_analyzer.rs:826
↓ 1 callersMethodvisit_pass
(&mut self, _p: &Pass)
typechecker/src/checker.rs:613
↓ 1 callersMethodvisit_pass
(&mut self, _p: &parser::ast::Pass)
typechecker/src/semantic_analyzer.rs:809
↓ 1 callersMethodvisit_raise
(&mut self, _r: &Raise)
typechecker/src/checker.rs:627
↓ 1 callersMethodvisit_raise
(&mut self, _r: &parser::ast::Raise)
typechecker/src/semantic_analyzer.rs:818
↓ 1 callersMethodvisit_return
(&mut self, _r: &Return)
typechecker/src/checker.rs:621
↓ 1 callersMethodvisit_return
TODO: clone
typechecker/src/semantic_analyzer.rs:814
↓ 1 callersMethodvisit_set
(&mut self, _s: &Set)
typechecker/src/checker.rs:440
↓ 1 callersMethodvisit_set
(&mut self, _s: &parser::ast::Set)
typechecker/src/semantic_analyzer.rs:716
↓ 1 callersMethodvisit_set_comp
(&mut self, _s: &SetComp)
typechecker/src/checker.rs:502
↓ 1 callersMethodvisit_set_comp
(&mut self, _s: &parser::ast::SetComp)
typechecker/src/semantic_analyzer.rs:741
↓ 1 callersMethodvisit_slice
(&mut self, _s: &Slice)
typechecker/src/checker.rs:532
↓ 1 callersMethodvisit_slice
(&mut self, _s: &parser::ast::Slice)
typechecker/src/semantic_analyzer.rs:750
↓ 1 callersMethodvisit_starred
(&mut self, _s: &Starred)
typechecker/src/checker.rs:478
↓ 1 callersMethodvisit_starred
(&mut self, _s: &parser::ast::Starred)
typechecker/src/semantic_analyzer.rs:735
↓ 1 callersMethodvisit_subscript
(&mut self, _s: &Subscript)
typechecker/src/checker.rs:527
↓ 1 callersMethodvisit_subscript
(&mut self, _s: &parser::ast::Subscript)
typechecker/src/semantic_analyzer.rs:748
↓ 1 callersMethodvisit_try
(&mut self, t: &parser::ast::Try)
typechecker/src/checker.rs:272
↓ 1 callersMethodvisit_try
(&mut self, t: &parser::ast::Try)
typechecker/src/semantic_analyzer.rs:442
↓ 1 callersMethodvisit_try_star
(&mut self, t: &parser::ast::TryStar)
typechecker/src/checker.rs:292
↓ 1 callersMethodvisit_try_star
(&mut self, t: &parser::ast::TryStar)
typechecker/src/semantic_analyzer.rs:461
↓ 1 callersMethodvisit_tuple
(&mut self, _t: &Tuple)
typechecker/src/checker.rs:424
↓ 1 callersMethodvisit_tuple
(&mut self, _t: &parser::ast::Tuple)
typechecker/src/semantic_analyzer.rs:712
↓ 1 callersMethodvisit_unary_op
(&mut self, _u: &UnaryOperation)
typechecker/src/checker.rs:454
↓ 1 callersMethodvisit_unary_op
(&mut self, _u: &parser::ast::UnaryOperation)
typechecker/src/semantic_analyzer.rs:722
↓ 1 callersMethodvisit_while
(&mut self, w: &parser::ast::While)
typechecker/src/checker.rs:241
↓ 1 callersMethodvisit_while
(&mut self, w: &parser::ast::While)
typechecker/src/semantic_analyzer.rs:397
↓ 1 callersMethodvisit_with
(&mut self, w: &parser::ast::With)
typechecker/src/checker.rs:259
↓ 1 callersMethodvisit_with
(&mut self, w: &parser::ast::With)
typechecker/src/semantic_analyzer.rs:416
↓ 1 callersMethodvisit_yield
(&mut self, _y: &Yield)
typechecker/src/checker.rs:468
↓ 1 callersMethodvisit_yield
TODO: clone
typechecker/src/semantic_analyzer.rs:729
↓ 1 callersMethodvisit_yield_from
(&mut self, _y: &YieldFrom)
typechecker/src/checker.rs:474
↓ 1 callersMethodvisit_yield_from
(&mut self, _y: &parser::ast::YieldFrom)
typechecker/src/semantic_analyzer.rs:733
↓ 1 callersFunctionwatch
()
enderpy/src/main.rs:137
Method__init__
(self, x: int)
benchmark/test_data/types_very_fast.py:28
Method__init__
(self, x: int)
typechecker/test_data/inputs/basic_types.py:20
Method__init__
(self)
typechecker/test_data/inputs/symbol_table/class_definition.py:2
← previousnext →401–500 of 737, ranked by callers