File: callbacks.dot

package info (click to toggle)
py7zr 0.11.3%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,776 kB
  • sloc: python: 6,792; makefile: 193; ansic: 35
file content (7 lines) | stat: -rw-r--r-- 379 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
digraph "callbacks" {
charset="utf-8"
rankdir=BT
"16" [label="{Callback|\l|report_end(processing_file_path, wrote_bytes)\lreport_postprocess()\lreport_start(processing_file_path, processing_bytes)\lreport_start_preparation()\lreport_warning(message)\l}", shape="record"];
"30" [label="{ExtractCallback|\l|}", shape="record"];
"30" -> "16" [arrowhead="empty", arrowtail="none"];
}