mirror of
https://github.com/mtshiba/pylyzer.git
synced 2025-08-03 22:08:17 +00:00
update version (v0.0.15)
This commit is contained in:
parent
8fd38bbcb7
commit
83d59d4c53
3 changed files with 25 additions and 20 deletions
|
@ -74,6 +74,7 @@ fn escape_name(name: String) -> String {
|
|||
match &name[..] {
|
||||
"int" => "Int".into(),
|
||||
"float" => "Float".into(),
|
||||
"complex" => "Complex".into(),
|
||||
"str" => "Str".into(),
|
||||
"bool" => "Bool".into(),
|
||||
"list" => "GenericArray".into(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue