synr icon indicating copy to clipboard operation
synr copied to clipboard

A library for syntactically rewriting Python programs, pronounced (sinner).

Results 4 synr issues
Sort by recently updated
recently updated
newest added

The behavior of `inspect.getsourcelines` is incorrect for different classes with the same name (defined in different scopes). Observe the following excerpt from `inspect.findsource` (used by `getsourcelines` internally): ``` if isclass(object):...

bug

Synr is a tvm-related project so far, which helps TVMScript works well. It does a great job to make AST parser stable across different python versions. However, it is not...

Right now I am working on the parser of tvm.tir.script, but a minor question that I met is about tvm.tir.Select. This function is related to IfExp node. When will be...