File: pseudo_scoping.out.txt

package info (click to toggle)
python-taskflow 1.30.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 3,252 kB
  • sloc: python: 26,508; sh: 204; makefile: 48
file content (11 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (8)
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.