Coverage for /home/kale/hacking/libraries/nonstdlib/nonstdlib/fmt.py : 94%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
#!/usr/bin/env python3
# Make sure the operand is a string. raise TypeError("'{}' is not a string", repr(operand))
# Inspect variables from the source frame.
# Collect all the variables in the scope of the calling code, so they # can be substituted into the message.
|