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, whilesc.pr()prints the output, i.e.sc.pr(obj)is an alias toprint(sc.prepr(obj)).