dt ¤ Functions: dt – Dump out information on a type (e.g. ucontext_t). Attributes: parser – parser module-attribute ¤ parser = ArgumentParser( description="\nDump out information on a type (e.g. ucontext_t).\n\nOptionally overlay that information at an address." ) dt ¤ dt(typename: str, address: int | None = None) -> None Dump out information on a type (e.g. ucontext_t). Optionally overlay that information at an address.