cobald.daemon.debug module

class cobald.daemon.debug.NameRepr(target)[source]

Bases: object

Lazy pretty formatter for name of objects

cobald.daemon.debug.pretty_module(obj: module) str[source]
cobald.daemon.debug.pretty_partial(obj: partial) str[source]
cobald.daemon.debug.pretty_ref(obj: Any) str[source]
cobald.daemon.debug.pretty_ref(obj: partial) str
cobald.daemon.debug.pretty_ref(obj: module) str

Pretty object reference using module.path:qual.name format