mirror of https://github.com/mtshiba/pylyzer
Update convert.rs
This commit is contained in:
parent
f653c3fe16
commit
3003076cef
|
|
@ -1313,6 +1313,8 @@ impl ASTConverter {
|
||||||
let elems = ConstArgs::new(elems, None, vec![], None, None);
|
let elems = ConstArgs::new(elems, None, vec![], None, None);
|
||||||
TypeSpec::Enum(elems)
|
TypeSpec::Enum(elems)
|
||||||
}
|
}
|
||||||
|
// TODO: Currently, these types are simply interpreted as inner types
|
||||||
|
"Final" | "Required" | "NotRequired" | "ReadOnly" => self.convert_type_spec(args),
|
||||||
// TODO: distinguish from collections.abc.Callable
|
// TODO: distinguish from collections.abc.Callable
|
||||||
"Callable" => {
|
"Callable" => {
|
||||||
let mut tuple = match args {
|
let mut tuple = match args {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue