Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StepfenShawn/Cantonese
/ functions
Functions
531 in github.com/StepfenShawn/Cantonese
⨍
Functions
531
◇
Types & classes
145
↓ 1 callers
Method
token_stream_to_expression
将TokenStream转换为Expression
src/macros/macro_expander.rs:485
↓ 1 callers
Method
token_stream_to_statement
将TokenStream转换为Statement
src/macros/macro_expander.rs:467
↓ 1 callers
Method
try_expand_macro_call
尝试展开宏调用
src/macros/macro_expander.rs:315
↓ 1 callers
Method
try_expand_with_macro
使用宏定义展开TokenStream
src/macros/macro_expander.rs:335
↓ 1 callers
Method
update_line_map
(self, stat: can_ast.Stat, s: str)
py_cantonese/can_compiler/compiler.py:27
↓ 1 callers
Function
visitor
(_tree: DependTree, path: List)
py_cantonese/can_utils/depend_tree.py:25
↓ 1 callers
Function
web_call_new
(func: str, args_list: list, with_style=False)
py_cantonese/web_core/can_web_parser.py:260
↓ 1 callers
Function
web_end
()
py_cantonese/web_core/can_web_parser.py:207
↓ 1 callers
Function
web_init
()
py_cantonese/web_core/can_web_parser.py:201
↓ 1 callers
Function
whitespace
(num)
py_cantonese/can_utils/show/helper.py:21
↓ 1 callers
Function
开始交互
()
py_cantonese/cantonese.py:228
Function
KNN
(inX, dataSet, labels, k)
py_cantonese/can_libs/std/impl.py:269
Method
__getattr__
(self, x)
py_cantonese/can_libs/std/impl.py:56
Method
__init__
(self)
py_cantonese/cantonese.py:200
Method
__init__
(self, message)
py_cantonese/can_error/compile_time.py:15
Method
__init__
(self, message)
py_cantonese/can_error/compile_time.py:27
Method
__init__
(self, message, state=None)
py_cantonese/can_error/compile_time.py:39
Method
__init__
(self, message)
py_cantonese/can_error/compile_time.py:52
Method
__init__
(self, message)
py_cantonese/can_error/compile_time.py:64
Method
__init__
(self, message)
py_cantonese/can_error/compile_time.py:76
Method
__init__
(self, message)
py_cantonese/can_error/compile_time.py:88
Method
__init__
(self, message)
py_cantonese/can_error/compile_time.py:100
Method
__init__
(self)
py_cantonese/can_libs/std/impl.py:192
Method
__init__
(self, list_a)
py_cantonese/can_libs/std/impl.py:214
Method
__init__
( self, text, color, screen, display_width=1200,
py_cantonese/can_libs/std/game/impl.py:188
Method
__init__
(self, tokens: list, Node: list)
py_cantonese/web_core/can_web_parser.py:5
Method
__init__
(self, file, code, keywords)
py_cantonese/web_core/can_web_parser.py:272
Method
__init__
(self, v: Any)
py_cantonese/can_utils/depend_tree.py:17
Method
__init__
(self, value=None)
py_cantonese/can_utils/option.py:6
Method
__init__
(self, info, pos, ctx, tips, _file, _len=1)
py_cantonese/can_utils/show/infoprinter.py:10
Method
__init__
(self, value, flags="")
py_cantonese/llvm_core/can_llvm_build.py:54
Method
__init__
(self, path)
py_cantonese/llvm_core/can_llvm_build.py:60
Method
__init__
(self, path)
py_cantonese/llvm_core/llvm_evaluator.py:8
Method
__init__
(self, nodes: Generator, path: str)
py_cantonese/can_compiler/compiler.py:13
Method
__repr__
(self)
py_cantonese/can_utils/option.py:34
Method
__str__
(self)
py_cantonese/can_error/compile_time.py:18
Method
__str__
(self)
py_cantonese/can_error/compile_time.py:30
Method
__str__
(self)
py_cantonese/can_error/compile_time.py:43
Method
__str__
(self)
py_cantonese/can_error/compile_time.py:55
Method
__str__
(self)
py_cantonese/can_error/compile_time.py:67
Method
__str__
(self)
py_cantonese/can_error/compile_time.py:79
Method
__str__
(self)
py_cantonese/can_error/compile_time.py:91
Method
__str__
(self)
py_cantonese/can_error/compile_time.py:103
Method
__str__
(self)
py_cantonese/can_libs/std/impl.py:195
Method
__str__
(self)
py_cantonese/can_libs/std/impl.py:221
Function
_can_source_to_code
(self, data, path, _optimize=-1)
py_cantonese/can_import.py:17
Method
_codegen_AssignStat
(self, node: can_ast.AssignStat)
py_cantonese/llvm_core/can_llvm_build.py:310
Method
_codegen_BinopExp
(self, node: can_ast.BinopExp)
py_cantonese/llvm_core/can_llvm_build.py:426
Method
_codegen_BreakStat
(self, node: can_ast.BreakStat)
py_cantonese/llvm_core/can_llvm_build.py:324
Method
_codegen_ExitStat
(self, node: can_ast.ExitStat)
py_cantonese/llvm_core/can_llvm_build.py:306
Method
_codegen_FalseExp
(self, node: can_ast.FalseExp)
py_cantonese/llvm_core/can_llvm_build.py:201
Method
_codegen_ForEachStat
(self, node: can_ast.ForEachStat)
py_cantonese/llvm_core/can_llvm_build.py:336
Method
_codegen_ForStat
(self, node: can_ast.ForStat)
py_cantonese/llvm_core/can_llvm_build.py:340
Method
_codegen_FuncCallExp
(self, node: can_ast.FuncCallExp)
py_cantonese/llvm_core/can_llvm_build.py:282
Method
_codegen_FuncCallStat
(self, node: can_ast.FuncCallStat)
py_cantonese/llvm_core/can_llvm_build.py:297
Method
_codegen_FunctionDefStat
(self, node: can_ast.FunctionDefStat)
py_cantonese/llvm_core/can_llvm_build.py:228
Method
_codegen_IdExp
(self, node: can_ast.IdExp)
py_cantonese/llvm_core/can_llvm_build.py:278
Method
_codegen_IfElseExp
(self, node: can_ast.IfElseExp)
py_cantonese/llvm_core/can_llvm_build.py:207
Method
_codegen_IfStat
(self, node: can_ast.IfStat)
py_cantonese/llvm_core/can_llvm_build.py:345
Method
_codegen_LambdaExp
(self, node: can_ast.LambdaExp)
py_cantonese/llvm_core/can_llvm_build.py:221
Method
_codegen_MatchStat
(self, node: can_ast.MatchStat)
py_cantonese/llvm_core/can_llvm_build.py:366
Method
_codegen_NumeralExp
(self, node: can_ast.NumeralExp)
py_cantonese/llvm_core/can_llvm_build.py:192
Method
_codegen_PrintStat
(self, node: can_ast.PrintStat)
py_cantonese/llvm_core/can_llvm_build.py:314
Method
_codegen_ReturnStat
(self, node: can_ast.ReturnStat)
py_cantonese/llvm_core/can_llvm_build.py:332
Method
_codegen_StringExp
(self, node: can_ast.StringExp)
py_cantonese/llvm_core/can_llvm_build.py:198
Method
_codegen_TrueExp
(self, node: can_ast.TrueExp)
py_cantonese/llvm_core/can_llvm_build.py:204
Method
_codegen_UnopExp
(self, node: can_ast.UnopExp)
py_cantonese/llvm_core/can_llvm_build.py:474
Method
_codegen_WhileStat
(self, node: can_ast.WhileStat)
py_cantonese/llvm_core/can_llvm_build.py:395
Method
add_binding_multiple
添加多个值的绑定
src/macros/token_matcher.rs:91
Function
app_button
(ctx, 寬=(0.5, 0.5), 高={"center_x": 0.5, "center_y": 0.5})
py_cantonese/can_libs/std/app/impl.py:29
Function
app_layout
(types, 佈局="", 方向="vertical", 間距=15, 內邊距=10)
py_cantonese/can_libs/std/app/impl.py:33
Function
app_run
(app_main, build_func)
py_cantonese/can_libs/std/app/impl.py:19
Function
app_show
(ctx, 寬=(0.5, 0.5), 高={"center_x": 0.5, "center_y": 0.5})
py_cantonese/can_libs/std/app/impl.py:15
Method
atom
创建原子表达式
src/macros/regex.rs:93
Function
audio
(args: list, with_style: bool)
py_cantonese/web_core/can_web_parser.py:162
Method
bitand
(self, right: CanObject<'a>)
py_cantonese/can_vm/src/can_object.rs:99
Method
bitor
(self, right: CanObject<'a>)
py_cantonese/can_vm/src/can_object.rs:114
Function
build
(self)
py_cantonese/can_libs/std/app/impl.py:22
Function
build_regex
从表达式列表构建正则表达式
src/macros/regex.rs:125
Function
button_bind
(btn, func)
py_cantonese/can_libs/std/app/impl.py:42
Function
can_re_match
(pattern: str, string: str, flags=0)
py_cantonese/can_libs/std/impl.py:320
Function
can_re_match_out
(pattern: str, string: str, flags=0)
py_cantonese/can_libs/std/impl.py:324
Function
can_urlopen
(url: str)
py_cantonese/can_libs/std/https/impl.py:12
Function
can_urlopen_out
(url: str)
py_cantonese/can_libs/std/https/impl.py:8
Function
can_vm
(py: Python, module: &PyModule)
py_cantonese/can_vm/src/lib.rs:19
Function
cantonese_close
(file)
py_cantonese/can_libs/std/impl.py:64
Function
cantonese_csv_init
()
py_cantonese/can_libs/std/csv/impl.py:4
Function
cantonese_datetime_init
()
py_cantonese/can_libs/std/impl.py:143
Function
cantonese_json_init
()
py_cantonese/can_libs/std/json/impl.py:4
Function
cantonese_kivy_init
()
py_cantonese/can_libs/std/app/impl.py:4
Function
cantonese_math_init
()
py_cantonese/can_libs/std/impl.py:210
Function
cantonese_numpy_init
()
py_cantonese/can_libs/std/impl.py:328
Function
cantonese_open
(file, 模式="r", 解碼=None)
py_cantonese/can_libs/std/impl.py:60
Function
cantonese_pygame_init
()
py_cantonese/can_libs/std/game/impl.py:5
Function
cantonese_random_init
()
py_cantonese/can_libs/std/impl.py:332
Function
cantonese_re_init
()
py_cantonese/can_libs/std/impl.py:317
Function
cantonese_read
(file, size=None)
py_cantonese/can_libs/std/impl.py:83
Function
cantonese_requests_init
()
py_cantonese/can_libs/std/https/impl.py:16
Function
cantonese_rs
(_py: Python, m: &PyModule)
src/lib.rs:18
Function
cantonese_smtplib_init
()
py_cantonese/can_libs/std/impl.py:175
← previous
next →
201–300 of 531, ranked by callers