-
### What happened?
I am working with this code base to convert 6 subjects:
https://github.com/catalystneuro/tye-lab-to-nwb/tree/main/src/tye_lab_to_nwb/ast_ophys
I created individual convert_sessi…
-
differences noted in minimum versions between pywbemtools and pywbem file definitions in minimum-constraints.txt.
The first one is always pywbemtools, the second is pywbem
```
Notable version…
-
### Top-level intent
Bugfix
### Steps to reproduce
1. create and save a "Periodic Task"
(Its mandatory to choose a node at "Nodes", I can only choose "localnode".)
2. export the configu…
-
When calling
`pipreqgs . --force`
I get this error.
Seems like it is running or generating some python 2 code, considering the print statement lacks parentheses.. Is there a fix/workaround for…
-
In example, as I understood, edits are applied only on textual/string data, can this be enhanced to other built-in types, such as lists? For example:
```python
import sqloxide
query = """
with m…
-
Does transcrypt support python 3.12?
-
```python
class Test:
pass
class Test:
x: int
print(inspect.getsource(Test)) # Prints the *first* definition of Test
```
This is because `inspect._ClassFinder` looks through the …
-
-
Hi. I am new to bblfsh and was wondering if I could convert a UAST into Python's AST structure defined by the `ast` module. Thanks!
pcyin updated
5 years ago
-
from gpt:
## **Updating the Design to Support Slices**
In Python's AST, the `Subscript` node has a `slice` attribute that can be:
- A `Constant` (for single indices, e.g., `a[1]`).
- A `Slic…