File: pseudo_scoping.out.txt

package info (click to toggle)
python-taskflow 5.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,564 kB
  • sloc: python: 28,241; sh: 269; makefile: 24
file content (11 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
Running simple flow:
Fetching number for Josh.
Calling Josh 777.

Calling many people using prefixed factory:
Fetching number for Jim.
Calling Jim 444.
Fetching number for Joe.
Calling Joe 555.
Fetching number for Josh.
Calling Josh 777.