Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Glyphack/enderpy
/ functions
Functions
737 in github.com/Glyphack/enderpy
⨍
Functions
737
◇
Types & classes
181
↓ 1 callers
Method
visit_attribute
(&mut self, a: &Attribute)
typechecker/src/checker.rs:523
↓ 1 callers
Method
visit_attribute
Imagine it's always store
typechecker/src/semantic_analyzer.rs:746
↓ 1 callers
Method
visit_aug_assign
(&mut self, _a: &AugAssign)
typechecker/src/checker.rs:601
↓ 1 callers
Method
visit_aug_assign
(&mut self, a: &parser::ast::AugAssign)
typechecker/src/semantic_analyzer.rs:802
↓ 1 callers
Method
visit_await
(&mut self, _a: &Await)
typechecker/src/checker.rs:554
↓ 1 callers
Method
visit_await
(&mut self, _a: &parser::ast::Await)
typechecker/src/semantic_analyzer.rs:759
↓ 1 callers
Method
visit_bin_op
(&mut self, b: &BinOp)
typechecker/src/checker.rs:458
↓ 1 callers
Method
visit_bin_op
(&mut self, _b: &parser::ast::BinOp)
typechecker/src/semantic_analyzer.rs:724
↓ 1 callers
Method
visit_bool_op
(&mut self, _b: &BoolOperation)
typechecker/src/checker.rs:448
↓ 1 callers
Method
visit_bool_op
(&mut self, _b: &parser::ast::BoolOperation)
typechecker/src/semantic_analyzer.rs:720
↓ 1 callers
Method
visit_break
(&mut self, _b: &Break)
typechecker/src/checker.rs:636
↓ 1 callers
Method
visit_break
(&mut self, _b: &parser::ast::Break)
typechecker/src/semantic_analyzer.rs:820
↓ 1 callers
Method
visit_call
(&mut self, c: &Call)
typechecker/src/checker.rs:544
↓ 1 callers
Method
visit_call
(&mut self, _c: &parser::ast::Call)
typechecker/src/semantic_analyzer.rs:752
↓ 1 callers
Method
visit_class_def
(&mut self, c: &Arc<parser::ast::ClassDef>)
typechecker/src/checker.rs:344
↓ 1 callers
Method
visit_class_def
TODO: here I'm looking up the name 3 times because of immutable borrow
typechecker/src/semantic_analyzer.rs:642
↓ 1 callers
Method
visit_compare
(&mut self, _c: &Compare)
typechecker/src/checker.rs:558
↓ 1 callers
Method
visit_compare
(&mut self, _c: &parser::ast::Compare)
typechecker/src/semantic_analyzer.rs:761
↓ 1 callers
Method
visit_constant
(&mut self, _c: &Constant)
typechecker/src/checker.rs:416
↓ 1 callers
Method
visit_constant
(&mut self, _c: &parser::ast::Constant)
typechecker/src/semantic_analyzer.rs:704
↓ 1 callers
Method
visit_continue
(&mut self, _c: &Continue)
typechecker/src/checker.rs:638
↓ 1 callers
Method
visit_continue
(&mut self, _c: &parser::ast::Continue)
typechecker/src/semantic_analyzer.rs:822
↓ 1 callers
Method
visit_delete
(&mut self, _d: &Delete)
typechecker/src/checker.rs:615
↓ 1 callers
Method
visit_delete
(&mut self, _d: &parser::ast::Delete)
typechecker/src/semantic_analyzer.rs:811
↓ 1 callers
Method
visit_dict
(&mut self, _d: &Dict)
typechecker/src/checker.rs:430
↓ 1 callers
Method
visit_dict
(&mut self, _d: &parser::ast::Dict)
typechecker/src/semantic_analyzer.rs:714
↓ 1 callers
Method
visit_dict_comp
(&mut self, _d: &DictComp)
typechecker/src/checker.rs:512
↓ 1 callers
Method
visit_dict_comp
(&mut self, _d: &parser::ast::DictComp)
typechecker/src/semantic_analyzer.rs:743
↓ 1 callers
Method
visit_for
(&mut self, f: &parser::ast::For)
typechecker/src/checker.rs:251
↓ 1 callers
Method
visit_for
(&mut self, f: &parser::ast::For)
typechecker/src/semantic_analyzer.rs:403
↓ 1 callers
Method
visit_formatted_value
(&mut self, _f: &FormattedValue)
typechecker/src/checker.rs:582
↓ 1 callers
Method
visit_formatted_value
(&mut self, _f: &parser::ast::FormattedValue)
typechecker/src/semantic_analyzer.rs:769
↓ 1 callers
Method
visit_function_def
(&mut self, f: &Arc<parser::ast::FunctionDef>)
typechecker/src/checker.rs:312
↓ 1 callers
Method
visit_function_def
(&mut self, f: &Arc<parser::ast::FunctionDef>)
typechecker/src/semantic_analyzer.rs:480
↓ 1 callers
Method
visit_generator
(&mut self, _g: &Generator)
typechecker/src/checker.rs:482
↓ 1 callers
Method
visit_generator
(&mut self, _g: &parser::ast::Generator)
typechecker/src/semantic_analyzer.rs:737
↓ 1 callers
Method
visit_global
(&mut self, _g: &Global)
typechecker/src/checker.rs:640
↓ 1 callers
Method
visit_global
(&mut self, _g: &parser::ast::Global)
typechecker/src/semantic_analyzer.rs:824
↓ 1 callers
Method
visit_if
(&mut self, i: &parser::ast::If)
typechecker/src/checker.rs:231
↓ 1 callers
Method
visit_if
(&mut self, i: &parser::ast::If)
typechecker/src/semantic_analyzer.rs:388
↓ 1 callers
Method
visit_if_exp
(&mut self, _i: &IfExp)
typechecker/src/checker.rs:570
↓ 1 callers
Method
visit_if_exp
(&mut self, _i: &parser::ast::IfExp)
typechecker/src/semantic_analyzer.rs:765
↓ 1 callers
Method
visit_import
(&mut self, _i: &Import)
typechecker/src/checker.rs:209
↓ 1 callers
Method
visit_import
(&mut self, i: &parser::ast::Import)
typechecker/src/semantic_analyzer.rs:332
↓ 1 callers
Method
visit_import_from
(&mut self, _i: &ImportFrom)
typechecker/src/checker.rs:215
↓ 1 callers
Method
visit_import_from
(&mut self, _i: &parser::ast::ImportFrom)
typechecker/src/semantic_analyzer.rs:358
↓ 1 callers
Method
visit_joined_str
(&mut self, _j: &JoinedStr)
typechecker/src/checker.rs:576
↓ 1 callers
Method
visit_joined_str
(&mut self, _j: &parser::ast::JoinedStr)
typechecker/src/semantic_analyzer.rs:767
↓ 1 callers
Method
visit_lambda
(&mut self, _l: &Lambda)
typechecker/src/checker.rs:565
↓ 1 callers
Method
visit_lambda
(&mut self, _l: &parser::ast::Lambda)
typechecker/src/semantic_analyzer.rs:763
↓ 1 callers
Method
visit_list
(&mut self, _l: &List)
typechecker/src/checker.rs:418
↓ 1 callers
Method
visit_list
(&mut self, _l: &parser::ast::List)
typechecker/src/semantic_analyzer.rs:706
↓ 1 callers
Method
visit_list_comp
(&mut self, _l: &ListComp)
typechecker/src/checker.rs:492
↓ 1 callers
Method
visit_list_comp
(&mut self, _l: &parser::ast::ListComp)
typechecker/src/semantic_analyzer.rs:739
↓ 1 callers
Method
visit_match
(&mut self, m: &parser::ast::Match)
typechecker/src/checker.rs:366
↓ 1 callers
Method
visit_match
(&mut self, m: &parser::ast::Match)
typechecker/src/semantic_analyzer.rs:696
↓ 1 callers
Method
visit_match_pattern
(&mut self, _m: &parser::ast::MatchPattern)
typechecker/src/checker.rs:379
↓ 1 callers
Method
visit_match_pattern
(&mut self, _m: &parser::ast::MatchPattern)
typechecker/src/ast_visitor.rs:204
↓ 1 callers
Method
visit_name
(&mut self, _n: &Name)
typechecker/src/checker.rs:446
↓ 1 callers
Method
visit_name
(&mut self, _n: &Name)
typechecker/src/semantic_analyzer.rs:718
↓ 1 callers
Method
visit_named_expr
(&mut self, _n: &NamedExpression)
typechecker/src/checker.rs:463
↓ 1 callers
Method
visit_named_expr
(&mut self, _n: &parser::ast::NamedExpression)
typechecker/src/semantic_analyzer.rs:726
↓ 1 callers
Method
visit_nonlocal
(&mut self, _n: &Nonlocal)
typechecker/src/checker.rs:648
↓ 1 callers
Method
visit_nonlocal
(&mut self, _n: &parser::ast::Nonlocal)
typechecker/src/semantic_analyzer.rs:826
↓ 1 callers
Method
visit_pass
(&mut self, _p: &Pass)
typechecker/src/checker.rs:613
↓ 1 callers
Method
visit_pass
(&mut self, _p: &parser::ast::Pass)
typechecker/src/semantic_analyzer.rs:809
↓ 1 callers
Method
visit_raise
(&mut self, _r: &Raise)
typechecker/src/checker.rs:627
↓ 1 callers
Method
visit_raise
(&mut self, _r: &parser::ast::Raise)
typechecker/src/semantic_analyzer.rs:818
↓ 1 callers
Method
visit_return
(&mut self, _r: &Return)
typechecker/src/checker.rs:621
↓ 1 callers
Method
visit_return
TODO: clone
typechecker/src/semantic_analyzer.rs:814
↓ 1 callers
Method
visit_set
(&mut self, _s: &Set)
typechecker/src/checker.rs:440
↓ 1 callers
Method
visit_set
(&mut self, _s: &parser::ast::Set)
typechecker/src/semantic_analyzer.rs:716
↓ 1 callers
Method
visit_set_comp
(&mut self, _s: &SetComp)
typechecker/src/checker.rs:502
↓ 1 callers
Method
visit_set_comp
(&mut self, _s: &parser::ast::SetComp)
typechecker/src/semantic_analyzer.rs:741
↓ 1 callers
Method
visit_slice
(&mut self, _s: &Slice)
typechecker/src/checker.rs:532
↓ 1 callers
Method
visit_slice
(&mut self, _s: &parser::ast::Slice)
typechecker/src/semantic_analyzer.rs:750
↓ 1 callers
Method
visit_starred
(&mut self, _s: &Starred)
typechecker/src/checker.rs:478
↓ 1 callers
Method
visit_starred
(&mut self, _s: &parser::ast::Starred)
typechecker/src/semantic_analyzer.rs:735
↓ 1 callers
Method
visit_subscript
(&mut self, _s: &Subscript)
typechecker/src/checker.rs:527
↓ 1 callers
Method
visit_subscript
(&mut self, _s: &parser::ast::Subscript)
typechecker/src/semantic_analyzer.rs:748
↓ 1 callers
Method
visit_try
(&mut self, t: &parser::ast::Try)
typechecker/src/checker.rs:272
↓ 1 callers
Method
visit_try
(&mut self, t: &parser::ast::Try)
typechecker/src/semantic_analyzer.rs:442
↓ 1 callers
Method
visit_try_star
(&mut self, t: &parser::ast::TryStar)
typechecker/src/checker.rs:292
↓ 1 callers
Method
visit_try_star
(&mut self, t: &parser::ast::TryStar)
typechecker/src/semantic_analyzer.rs:461
↓ 1 callers
Method
visit_tuple
(&mut self, _t: &Tuple)
typechecker/src/checker.rs:424
↓ 1 callers
Method
visit_tuple
(&mut self, _t: &parser::ast::Tuple)
typechecker/src/semantic_analyzer.rs:712
↓ 1 callers
Method
visit_unary_op
(&mut self, _u: &UnaryOperation)
typechecker/src/checker.rs:454
↓ 1 callers
Method
visit_unary_op
(&mut self, _u: &parser::ast::UnaryOperation)
typechecker/src/semantic_analyzer.rs:722
↓ 1 callers
Method
visit_while
(&mut self, w: &parser::ast::While)
typechecker/src/checker.rs:241
↓ 1 callers
Method
visit_while
(&mut self, w: &parser::ast::While)
typechecker/src/semantic_analyzer.rs:397
↓ 1 callers
Method
visit_with
(&mut self, w: &parser::ast::With)
typechecker/src/checker.rs:259
↓ 1 callers
Method
visit_with
(&mut self, w: &parser::ast::With)
typechecker/src/semantic_analyzer.rs:416
↓ 1 callers
Method
visit_yield
(&mut self, _y: &Yield)
typechecker/src/checker.rs:468
↓ 1 callers
Method
visit_yield
TODO: clone
typechecker/src/semantic_analyzer.rs:729
↓ 1 callers
Method
visit_yield_from
(&mut self, _y: &YieldFrom)
typechecker/src/checker.rs:474
↓ 1 callers
Method
visit_yield_from
(&mut self, _y: &parser::ast::YieldFrom)
typechecker/src/semantic_analyzer.rs:733
↓ 1 callers
Function
watch
()
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
← previous
next →
401–500 of 737, ranked by callers