File: bug_report.md

package info (click to toggle)
python-rx 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,204 kB
  • sloc: python: 39,525; javascript: 77; makefile: 24
file content (32 lines) | stat: -rw-r--r-- 648 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

**Expected behavior**
A clear and concise description of what you expected to happen.

**Code or Screenshots**
If applicable, add a minimal and self contained code example or screenshots to help explain your problem.

```python
def foo(self) -> str:
    return 3
```

**Additional context**
Add any other context about the problem here.

 - OS [e.g. Windows]
 - RxPY version [e.g 4.0.0]
 - Python version [e.g. 3.10.2]