pr#

pr(obj, *args, **kwargs)[source]#

Pretty-print a detailed representation of an object (“pr” is short for “print repr”).

See sc.prepr() for arguments and examples.

Note: sc.prepr() creates a string, while sc.pr() prints the output, i.e. sc.pr(obj) is an alias to print(sc.prepr(obj)).