13 lines
288 B
Typst
13 lines
288 B
Typst
#import "../requirements.typ": isc-hei-bthesis
|
|
#import isc-hei-bthesis: code
|
|
|
|
#let call-dispatcher-code = raw(
|
|
read("../code/call_dispatcher.py"),
|
|
lang: "python",
|
|
block: true
|
|
)
|
|
|
|
#figure(
|
|
code(call-dispatcher-code),
|
|
caption: [Some call dispatcher methods]
|
|
) <fig:call-dispatcher> |