Docs.rs
mamba-0.3.6
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
mamba 0.3.6
A transpiler which converts Mamba files to Python 3 files
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
all_mutable_in_call_chain.mamba
assign_to_inner_mut.mamba
assign_to_nullable_in_function.mamba
assign_to_nullable_in_function_check.py
assign_tuples.mamba
assign_tuples_check.py
assign_with_if.mamba
assign_with_if_check.py
assign_with_if_different_types.mamba
assign_with_if_different_types_check.py
assign_with_match.mamba
assign_with_match_check.py
assign_with_match_different_types.mamba
assign_with_match_different_types_check.py
assign_with_match_type_annotation.mamba
assign_with_match_type_annotation_check.py
assign_with_nested_if.mamba
assign_with_nested_if_check.py
assign_with_try_except.mamba
assign_with_try_except_check.py
collection_in_f_strings.mamba
f_strings.mamba
function_no_return_type.mamba
function_no_return_type_check.py
function_ret_super.mamba
function_ret_super_check.py
function_ret_super_in_class.mamba
function_ret_super_in_class_check.py
function_with_if.mamba
function_with_if_and_raise.mamba
function_with_if_and_raise_check.py
function_with_if_check.py
function_with_match.mamba
function_with_match_check.py
function_with_nested_if.mamba
function_with_nested_if_check.py
long_f_string.mamba
long_f_string_check.py
nested_function.mamba
nested_mut_field.mamba
ternary.mamba
ternary_check.py
tuple_modify_mut.mamba
tuple_modify_mut_check.py
tuple_modify_outer_mut.mamba
tuple_non_lit_modify_mut.mamba
tuple_non_lit_modify_mut_check.py
1
2
3
4
5
class
MyClass
:
my_field
:
int
=
10
a
,
b
=
(
MyClass
(
)
,
10
)
a
.
my_field
=
20