File: processor_cache_ref.md

package info (click to toggle)
python-pweave 0.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,064 kB
  • sloc: python: 30,281; makefile: 167
file content (40 lines) | stat: -rw-r--r-- 201 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
33
34
35
36
37
38
39
40


```python
for i in range(5):
    print(i)
```

```
0
1
2
3
4
```


```python
x = 12
x
```

```
12
```


```python
print("Hello Test")
```

```
Hello Test
```



Text with some inline code 2 + 2 =