Instagram / Instagram/LibCST

No model field for whitespaces before/after star and slash special params

Open
#1,271 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1.9k
Forks
229
PR merge metrics
No merged PRs in 30d

Description

When function definition has keyword only or positional only parameters, the CST model doesn't have any property to define white space before or after `*` or `/`

example

```py
def fn(a, /, *, b):
pass
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.